feat: add QR code support for subscriptions
feat: New .env file format and variables
Breaking Changes
Environment Variables Changes
🚨 Changed in version 1.21.1
Environment Variables Updates
-
Renamed:
REMNAWAVE_URL→REMNAWAVE_PANEL_URL- You need to update all references to the Remnawave management panel API
- Format change: Now requires the full URL including protocol (http/https)
- Example:
http://remnawave:3000orhttps://panel.example.com
-
Removed:
REMNAWAVE_MODE- This variable is no longer supported and should be removed from your configurations
-
Added:
AUTH_API_KEY- New variable for authentication when using "Caddy with security" or TinyAuth for Nginx addon
- This value will be added as X-Api-Key header in requests to the Remnawave Panel