Add forgejo container

This commit is contained in:
2025-04-26 14:54:08 +02:00
parent 4788bd8cd4
commit 01343006a5
5 changed files with 41 additions and 2 deletions

View File

@@ -44,7 +44,12 @@ in {
@kanidm host auth.tbmrs.nl
handle @kanidm {
reverse_proxy https://auth.tbmrs.nl:8443
reverse_proxy https://auth.tbmrs.nl
}
@forgejo host git.tbmrs.nl
handle @forgejo {
reverse_proxy forgejo:3000
}
}
'';