13 lines
348 B
Bash
13 lines
348 B
Bash
CONTAINER_NAME=wireguard
|
|
PORT_WIREGUARD=51821
|
|
WEBVAULT_ENABLED=true
|
|
|
|
#allow new users to sign up and create an account (should be disabled after initial setup)
|
|
SIGNUP_ALLOWED=false
|
|
|
|
#Token for the admin interface, preferably use a long random string
|
|
#One option is to use 'openssl rand -base64 48'
|
|
#If not set, the admin panel is disabled
|
|
TOKEN=
|
|
|