mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-19 11:34:07 +02:00
Compare commits
4 commits
59f6cd7292
...
b8b210c148
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b8b210c148 | ||
![]() |
374d1c1f21 | ||
![]() |
c142ea0996 | ||
![]() |
4a04325bac |
2 changed files with 25 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue