use caddyfile instead of api
This commit is contained in:
parent
53a5e2e45a
commit
3c79a8c778
9 changed files with 206 additions and 248 deletions
|
|
@ -13,6 +13,13 @@ FORGEJO_TOKEN=
|
|||
FORGEJO_GIT_USERNAME=oauth2
|
||||
FORGEJO_ORG=
|
||||
CADDY_ROUTE_ENABLED=false
|
||||
CADDY_AUTH_ENABLED=true
|
||||
CADDY_AUTH_UPSTREAM=localhost:9000
|
||||
CADDY_AUTH_URI=/outpost.goauthentik.io/auth/caddy
|
||||
CADDY_AUTH_IMPORT_NAME=auth
|
||||
CADDY_FRAGMENT_PATH=/etc/caddy/fragments/project-manager.caddy
|
||||
CADDY_RELOAD_COMMAND=sudo -n systemctl reload caddy
|
||||
CADDY_PERSIST_CONFIG_PATH=
|
||||
CADDY_ADMIN_URL=http://localhost:2019
|
||||
CADDY_SERVER_ID=srv0
|
||||
CADDY_DOMAIN_SUFFIX=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue