Compare commits

..

2 commits

View file

@ -189,24 +189,20 @@ in {
root = "/srv/www/failco.de";
serverAliases = [ "www.failco.de" "mail.failco.de" ];
};
"git.failco.de" = {
forceSSL = true;
enableACME = true;
locations."/" = { proxyPass = "http://127.0.0.1:3001/"; };
};
};
# "jakalx.net" = {
# forceSSL = true;
# enableACME = true;
# root = "/srv/www/jakalx.net";
# serverAliases = [ "www.jakalx.net" ];
# };
};
services.gitea = {
enable = true;
database.type = "sqlite3";
lfs.enable = true;
domain = "git.failco.de";
rootUrl = "https://git.failco.de";
httpAddress = "127.0.0.1";
httpPort = 3001;
settings.service.DISABLE_REGISTRATION = true;
httpPort = 3000;
};
services.fail2ban = {