viola: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
a50ae76a23
commit
e6c9d19b0f
61 changed files with 492 additions and 244 deletions
20
viola/services/woodpecker.nix
Normal file
20
viola/services/woodpecker.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
_: {
|
||||
services = {
|
||||
woodpecker-server = {
|
||||
enable = false;
|
||||
environment = {
|
||||
WOODPECKER_OPEN = "true";
|
||||
WOODPECKER_DATABASE_DRIVER = "postgres";
|
||||
WOODPECKER_DATABASE_DATASOURCE = ${pqsql_socket};
|
||||
WOODPECKER_SERVER_ADDR = ${ciport1};
|
||||
WOODPECKER_GRPC_ADDR = ${ciport1};
|
||||
WOODPECKER_HOST = "https://cicd.hand7s.org";
|
||||
|
||||
WOODPECKER_FORGEJO = "true";
|
||||
WOODPECKER_FORGEJO_URL = "https://git.hand7s.org";
|
||||
WOODPECKER_FORGEJO_CLIENT = ${cisecret1};
|
||||
FORGEJO_SECRET = ${cisecret2};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue