Reorging functions

This commit is contained in:
Owen
2025-08-20 11:19:53 -07:00
parent 7de0761329
commit ad8ab63fd5
4 changed files with 425 additions and 391 deletions

View File

@@ -1,5 +1,5 @@
# To see all available options, please visit the docs:
# https://docs.digpangolin.com/self-host/dns-and-networking
# https://docs.digpangolin.com/self-host/advanced/config-file
app:
dashboard_url: "https://{{.DashboardDomain}}"
@@ -36,3 +36,9 @@ flags:
disable_signup_without_invite: true
disable_user_create_org: false
allow_raw_resources: true
{{if and .HybridMode .HybridId .HybridSecret}}
hybrid:
id: "{{.HybridId}}"
secret: "{{.HybridSecret}}"
{{end}}