update gitea to forgejo

feature/clan.lol
Ingolf Wagner 2024-02-24 03:16:22 +01:00
parent ca43b02c9f
commit d6a51195f0
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,7 @@
services.gitea = {
enable = true;
appName = "git.chungus.private";
package = pkgs.forgejo;
stateDir = "/srv/gitea";
settings = {
server.ROOT_URL = "http://git.chungus.private/";

View File

@ -15,9 +15,12 @@
};
};
# todo move to forgejo
services.gitea = {
enable = true;
appName = "git.ingolf-wagner.de";
package = pkgs.forgejo;
#cookieSecure = true;
#disableRegistration = true;
settings = {