Update caddy configs and authentik image
This commit is contained in:
parent
ac40d18f67
commit
1161296fcb
4 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@ version: '3.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ghcr.io/goauthentik/server:2023.3
|
image: ghcr.io/goauthentik/server:2023.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -17,7 +17,7 @@ services:
|
||||||
- authentik
|
- authentik
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ghcr.io/goauthentik/server:2023.3
|
image: ghcr.io/goauthentik/server:2023.8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
user: root
|
user: root
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
debug
|
|
||||||
email tobias@msrg.cc
|
email tobias@msrg.cc
|
||||||
|
|
||||||
servers {
|
servers {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
cloud.serguzim.me {
|
cloud-old.serguzim.me {
|
||||||
import default
|
import default
|
||||||
|
|
||||||
reverse_proxy host.docker.internal:3015
|
reverse_proxy host.docker.internal:3015
|
|
@ -30,7 +30,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
(faas) {
|
(faas) {
|
||||||
rewrite * /function/{args.0}{uri}
|
rewrite * /function/{args[0]}{uri}
|
||||||
reverse_proxy https://faas.serguzim.me {
|
reverse_proxy https://faas.serguzim.me {
|
||||||
header_up Host {http.reverse_proxy.upstream.hostport}
|
header_up Host {http.reverse_proxy.upstream.hostport}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue