Compare commits

..

No commits in common. "b8b210c148d24b345812b776d8b70c5496359426" and "59f6cd7292cae56a49181f6f9e58523eeb93b8f5" have entirely different histories.

2 changed files with 0 additions and 25 deletions

View file

@ -140,26 +140,6 @@ in
};
};
services.woodpecker-server = {
enable = true;
environment = {
WOODPECKER_HOST = "https://ci.missing.ninja";
WOODPECKER_OPEN = "true";
WOODPECKER_GITEA = "true";
WOODPECKER_GITEA_URL = "https://git.mixel.cloud";
};
};
services.woodpecker-agents.agents = {
hetzner = {
enable = true;
environment = {
WOODPECKER_SERVER = "localhost:9000";
WOODPECKER_MAX_WORKFLOWS = "6";
};
};
};
users.users.backupftp = {
isNormalUser = true;
initialPassword = "backupPassword";

View file

@ -55,11 +55,6 @@
enableACME = true;
locations."/".proxyPass = "http://localhost:8080";
};
"ci.missing.ninja" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:8000";
};
"cache.missing.ninja" = {
forceSSL = true;
enableACME = true;