got zitadel and forgejo mostly up and running

This commit is contained in:
Chris Kruining 2025-08-14 15:33:27 +02:00
parent 7c6c566798
commit 06ad805206
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 37 additions and 10 deletions

View file

@ -90,14 +90,14 @@ in
reverse_proxy h2c://127.0.0.1:9092
'';
};
# extraConfig = ''
# (auth) {
# forward_auth h2c://127.0.0.1:9092 {
# uri /api/authz/forward-auth
# copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
# }
# }
# '';
extraConfig = ''
(auth-z) {
forward_auth h2c://127.0.0.1:9092 {
uri /api/authz/forward-auth
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
}
}
'';
};
};