fix: revese proxy config for forgejo to work with anubis

This commit is contained in:
Guz
2025-04-04 20:16:49 -03:00
parent a971ca1f8f
commit 3d17feec71

View File

@@ -61,6 +61,9 @@ in {
service = {
DISABLE_REGISTRATION = true;
};
security = {
REVERSE_PROXY_TRUSTED_PROXIES = "127.0.0.0/8,::1/128";
};
ui = {
DEFAULT_THEME = "capytal-dark";
};