.
This commit is contained in:
31
docker/docker-compose-YAMLs/pangolin/config.yml
Normal file
31
docker/docker-compose-YAMLs/pangolin/config.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
# To see all available options, please visit the docs:
|
||||
# https://docs.pangolin.net/
|
||||
|
||||
gerbil:
|
||||
start_port: 51820
|
||||
base_endpoint: "raspi2806.de" # REPLACE WITH YOUR DOMAIN
|
||||
|
||||
app:
|
||||
dashboard_url: "https://raspi2806.de" # REPLACE WITH YOUR DOMAIN
|
||||
log_level: "info"
|
||||
telemetry:
|
||||
anonymous_usage: true
|
||||
|
||||
domains:
|
||||
domain1:
|
||||
base_domain: "raspi2806.de" # REPLACE WITH YOUR DOMAIN
|
||||
cert_resolver: "letsencrypt"
|
||||
|
||||
server:
|
||||
secret: "S;bQP;?dPyyBHx.Y.:33%B&S9LBaNN+k" # REPLACE
|
||||
cors:
|
||||
origins: ["https://raspi2806.de"] # REPLACE WITH YOUR DOMAIN
|
||||
methods: ["GET", "POST", "PUT", "DELETE", "PATCH"]
|
||||
allowed_headers: ["X-CSRF-Token", "Content-Type"]
|
||||
credentials: false
|
||||
|
||||
flags:
|
||||
require_email_verification: false
|
||||
disable_signup_without_invite: true
|
||||
disable_user_create_org: false
|
||||
allow_raw_resources: true
|
||||
Reference in New Issue
Block a user