Skip to content

Releases: eloravpn/EloraVPNManager

Release Version 1.3.0

29 Nov 15:08
16926f3
Compare
Choose a tag to compare

Release 1.3.0 of Elora VPN Manager Backend

What's Changed

  • Upgrade transmission option and add alpn to inbound configs by @eloravpn in #51

Full Changelog: v1.2.2...1.3.0

Quick Installation

curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8080

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.2.2

23 Nov 09:24
Compare
Choose a tag to compare

Release v1.2.2 of Elora VPN Manager Backend

Quick Installation

curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8080

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.2.1

23 Nov 07:50
Compare
Choose a tag to compare

Release v1.2.1 of Elora VPN Manager Backend

Full Changelog: v1.2.0...v1.2.1

Quick Installation

curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8080

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.2.0

22 Nov 19:11
87d3993
Compare
Choose a tag to compare

Release v1.2.0 of Elora VPN Manager Backend

What's Changed

  • Implement ConfigSetting Module to store and manage DB based configura… by @eloravpn in #45

Full Changelog: v1.1.1...v1.2.0

Quick Installation

curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8080

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.1.1

15 Nov 20:07
Compare
Choose a tag to compare

Release v1.1.1 of Elora VPN Manager Backend

Quick Installation

curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8080

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.1.1-rc1

06 Nov 17:11
Compare
Choose a tag to compare
Pre-release

Release v1.1.1-rc1 of Elora VPN Manager Backend

Quick Installation

curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8080

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.1.0

06 Nov 16:57
c4d634a
Compare
Choose a tag to compare

Release v1.1.0 of Elora VPN Manager Backend

Changelog

🚀 Features

🐛 Bug Fixes

📈 Improvements

🔄 Other Changes

Quick Installation

curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8080

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.1.0-rc1

06 Nov 16:00
Compare
Choose a tag to compare
Pre-release

Release v1.1.0-rc1 of Elora VPN Manager Backend

Changelog

🚀 Features

🐛 Bug Fixes

📈 Improvements

🔄 Other Changes

Quick Installation

curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8080

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.0.2

05 Nov 12:09
Compare
Choose a tag to compare

Release v1.0.2 of Elora VPN Manager Backend

Changelog

🚀 Features

🐛 Bug Fixes

📈 Improvements

🔄 Other Changes

Quick Installation

curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8080

For more installation options and documentation, please visit our GitHub repository.

Release Version 1.0.1

05 Nov 11:46
Compare
Choose a tag to compare

Release v1.0.1 of Elora VPN Manager Backend

Changelog

🚀 Features

🐛 Bug Fixes

📈 Improvements

🔄 Other Changes

Quick Installation

# Auto-detects your public IP
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash

Custom Installation

# With specific domain and port
curl -fsSL https://raw.githubusercontent.com/eloravpn/EloraVPNManager/main/install.sh | sudo bash -s -- \
  --domain your-domain.com \
  --port 8000

For more installation options and documentation, please visit our GitHub repository.