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 = {
|
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/";
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue