Compare commits
2 commits
c72baa173c
...
eb0c6fc3b0
| Author | SHA1 | Date | |
|---|---|---|---|
| eb0c6fc3b0 | |||
| 5391938b64 |
1 changed files with 8 additions and 12 deletions
|
|
@ -189,24 +189,20 @@ in {
|
||||||
root = "/srv/www/failco.de";
|
root = "/srv/www/failco.de";
|
||||||
serverAliases = [ "www.failco.de" "mail.failco.de" ];
|
serverAliases = [ "www.failco.de" "mail.failco.de" ];
|
||||||
};
|
};
|
||||||
|
# "jakalx.net" = {
|
||||||
"git.failco.de" = {
|
# forceSSL = true;
|
||||||
forceSSL = true;
|
# enableACME = true;
|
||||||
enableACME = true;
|
# root = "/srv/www/jakalx.net";
|
||||||
locations."/" = { proxyPass = "http://127.0.0.1:3001/"; };
|
# serverAliases = [ "www.jakalx.net" ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
database.type = "sqlite3";
|
database.type = "sqlite3";
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
domain = "git.failco.de";
|
|
||||||
rootUrl = "https://git.failco.de";
|
|
||||||
httpAddress = "127.0.0.1";
|
httpAddress = "127.0.0.1";
|
||||||
httpPort = 3001;
|
httpPort = 3000;
|
||||||
|
|
||||||
settings.service.DISABLE_REGISTRATION = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fail2ban = {
|
services.fail2ban = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue