Update caddy configs and authentik image

This commit is contained in:
Tobias Reisinger 2023-11-19 06:01:07 +01:00
parent ac40d18f67
commit 1161296fcb
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 4 additions and 5 deletions

View file

@ -2,7 +2,7 @@ version: '3.2'
services:
app:
image: ghcr.io/goauthentik/server:2023.3
image: ghcr.io/goauthentik/server:2023.8
restart: unless-stopped
command: server
env_file:
@ -17,7 +17,7 @@ services:
- authentik
worker:
image: ghcr.io/goauthentik/server:2023.3
image: ghcr.io/goauthentik/server:2023.8
restart: unless-stopped
command: worker
user: root

View file

@ -1,5 +1,4 @@
{
debug
email tobias@msrg.cc
servers {

View file

@ -1,4 +1,4 @@
cloud.serguzim.me {
cloud-old.serguzim.me {
import default
reverse_proxy host.docker.internal:3015

View file

@ -30,7 +30,7 @@
}
(faas) {
rewrite * /function/{args.0}{uri}
rewrite * /function/{args[0]}{uri}
reverse_proxy https://faas.serguzim.me {
header_up Host {http.reverse_proxy.upstream.hostport}
}