Added forgejo(git server)

This commit is contained in:
Reudy 2026-09-26 19:00:28 +02:00
parent 2028769f92
commit 4143768c45
3 changed files with 49 additions and 0 deletions

View file

@ -33,6 +33,12 @@
# }
reverse_proxy 127.0.0.1:8081
'';
# Forgejo — no Authelia forward-auth, since it would break git over HTTPS
# and the API. Forgejo handles its own logins.
virtualHosts."git.srazka.com".extraConfig = ''
reverse_proxy 127.0.0.1:14921
'';
};
}