add authentik. subdomain to caddy
This commit is contained in:
@@ -68,7 +68,6 @@ import unprotected jellyseerr host:15055
|
||||
X-Custom-User
|
||||
X-Custom-Password
|
||||
X-User-Header
|
||||
X-Seafile-User
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
6
caddy/sites/authentik.caddy
Normal file
6
caddy/sites/authentik.caddy
Normal file
@@ -0,0 +1,6 @@
|
||||
authentik.veenboer.xyz {
|
||||
log {
|
||||
output file /var/log/authentik-root.log
|
||||
}
|
||||
reverse_proxy host:19000
|
||||
}
|
||||
@@ -2,6 +2,8 @@ services:
|
||||
authentik-postgresql:
|
||||
image: docker.io/library/postgres:16-alpine
|
||||
container_name: authentik-postgresql
|
||||
ports:
|
||||
- "15432:5432"
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||
|
||||
Reference in New Issue
Block a user