mirror of
https://github.com/remnawave/subscription-page.git
synced 2026-05-13 12:06:39 +00:00
26 lines
No EOL
949 B
Text
26 lines
No EOL
949 B
Text
APP_PORT=3010
|
|
|
|
### Remnawave Panel URL, can be http://remnawave:3000 or https://panel.example.com
|
|
REMNAWAVE_PANEL_URL=https://remnawave:3000
|
|
### Replace with own API Token. Create in Remnawave Dashboard → Remnawave Settings → API Tokens section
|
|
REMNAWAVE_API_TOKEN=
|
|
|
|
# Serve at custom root path, for example, this value can be: CUSTOM_SUB_PREFIX=sub
|
|
# Do not place / at the start/end
|
|
CUSTOM_SUB_PREFIX=
|
|
|
|
# If you use "Caddy with security" addon or "Tiny Auth", you can place here X-Api-Key, which will be applied to requests to Remnawave Panel.
|
|
# Will be used with "X-Api-Key" header
|
|
CADDY_AUTH_API_TOKEN=
|
|
|
|
# If you use Cloudflare Zero Trust
|
|
CLOUDFLARE_ZERO_TRUST_CLIENT_ID=""
|
|
CLOUDFLARE_ZERO_TRUST_CLIENT_SECRET=""
|
|
|
|
# Support Marzban links
|
|
MARZBAN_LEGACY_LINK_ENABLED=false
|
|
MARZBAN_LEGACY_SECRET_KEY=
|
|
|
|
# Don't use this unless you know what you are doing!
|
|
# Example format: "2025-01-17T15:38:45.065Z"
|
|
MARZBAN_LEGACY_SUBSCRIPTION_VALID_FROM= |