feat: initial commit
This commit is contained in:
parent
b8736aa766
commit
f26a93941d
19 changed files with 375 additions and 93 deletions
30
templates/pangolin/config.yml.j2
Normal file
30
templates/pangolin/config.yml.j2
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
app:
|
||||
dashboard_url: "https://{{ pangolin_domain }}"
|
||||
log_level: "info"
|
||||
|
||||
domains:
|
||||
domain1:
|
||||
base_domain: "simoncor.net"
|
||||
cert_resolver: "letsencrypt"
|
||||
domain2:
|
||||
base_domain: "mirahsimon.us"
|
||||
cert_resolver: "letsencrypt"
|
||||
|
||||
server:
|
||||
secret: "{{ pangolin_server_secret }}"
|
||||
cors:
|
||||
origins: ["https://{{ pangolin_domain }}"]
|
||||
methods: ["GET", "POST", "PUT", "DELETE", "PATCH"]
|
||||
allowed_headers: ["X-CSRF-Token", "Content-Type"]
|
||||
credentials: false
|
||||
|
||||
gerbil:
|
||||
start_port: 51820
|
||||
base_endpoint: "{{ pangolin_domain }}"
|
||||
|
||||
flags:
|
||||
require_email_verification: false
|
||||
disable_signup_without_invite: true
|
||||
disable_user_create_org: false
|
||||
allow_raw_resources: true
|
||||
allow_base_domain_resources: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue