REMNAWAVE REVERSE PROXY
🚀 Major Changes
🔐OAuth Provider Detection via API
- Replaced .env file checking with API-based OAuth provider detection
- Now uses GET /api/auth/status endpoint to dynamically verify enabled authentication providers:
- GitHub OAuth2
- Yandex OAuth2
- PocketID OAuth2
- Telegram authentication
📦Node Configuration Simplification
- Removed .env-node file from node configurations
- Migrated all node environment variables to docker-compose.yml for easier management. Only two parameters required now:
NODE_PORT - Port for node communication (default: 2222)
SECRET_KEY - Contains node certificates - Previous parameters APP_PORT and SSL_CERT from .env-node are no longer needed
🎨Panel Management Improvements
- Removed Legiz rule templates
- Panel rule management is now simplified - all configurations are done directly in Remnawave panel interface