Compare commits

...

4 commits

Author SHA1 Message Date
jopejoe1
b8b210c148 agent number should be string 2025-04-07 12:21:22 +02:00
jopejoe1
374d1c1f21 add agent 2025-04-07 12:19:48 +02:00
jopejoe1
c142ea0996 show woodpecker trhpugh web 2025-04-07 11:48:15 +02:00
jopejoe1
4a04325bac add woodpecker 2025-04-07 11:43:53 +02:00
2 changed files with 25 additions and 0 deletions

View file

@ -140,6 +140,26 @@ 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,6 +55,11 @@
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;