update gitea to forgejo
This commit is contained in:
parent
ca43b02c9f
commit
d6a51195f0
2 changed files with 4 additions and 0 deletions
|
@ -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/";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue