fix: revese proxy config for forgejo to work with anubis
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user