Upgrade linode

This commit is contained in:
Greg Hellings
2023-05-11 14:34:23 +00:00
parent c0417e9590
commit 262d044229
5 changed files with 27 additions and 4 deletions
+4 -2
View File
@@ -34,7 +34,9 @@ in {
enable = true;
type = "tar.xz";
};
httpPort = 3001;
settings = {
server.HTTP_PORT = 3001;
};
log = {
level = "Info";
};
@@ -42,7 +44,7 @@ in {
};
greg.proxies."${srcDomain}" = {
target = "http://localhost:${toString config.services.gitea.httpPort}";
target = "http://localhost:${toString config.services.gitea.settings.server.HTTP_PORT}";
ssl = true;
genAliases = false;
};