update gitea to forgejo

This commit is contained in:
Ingolf Wagner 2024-02-24 03:16:22 +01:00
parent ca43b02c9f
commit d6a51195f0
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 4 additions and 0 deletions

View file

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

View file

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