mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-21 03:44:09 +02:00
Compare commits
No commits in common. "b8b210c148d24b345812b776d8b70c5496359426" and "59f6cd7292cae56a49181f6f9e58523eeb93b8f5" have entirely different histories.
b8b210c148
...
59f6cd7292
2 changed files with 0 additions and 25 deletions
|
@ -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 = {
|
users.users.backupftp = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
initialPassword = "backupPassword";
|
initialPassword = "backupPassword";
|
||||||
|
|
|
@ -55,11 +55,6 @@
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".proxyPass = "http://localhost:8080";
|
locations."/".proxyPass = "http://localhost:8080";
|
||||||
};
|
};
|
||||||
"ci.missing.ninja" = {
|
|
||||||
forceSSL = true;
|
|
||||||
enableACME = true;
|
|
||||||
locations."/".proxyPass = "http://localhost:8000";
|
|
||||||
};
|
|
||||||
"cache.missing.ninja" = {
|
"cache.missing.ninja" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue