viola: fixes
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
e87eabff09
commit
5e96dac497
5 changed files with 17 additions and 18 deletions
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/0nibh6zrkxhh7qc1q6kkq5810iqd0059-pre-commit-config.json
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{...}: {
|
||||||
services = {
|
services = {
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -45,11 +45,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
initialScript = ""; # nope
|
initialScript = ""; # nope
|
||||||
|
|
||||||
authentication = ""; #nope
|
authentication = ""; #nope
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
port = ${dbport};
|
port = "${dbport}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
servers = {
|
servers = {
|
||||||
"forgejo" = {
|
"forgejo" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = ${cacheport1};
|
port = "${cacheport1}";
|
||||||
logLevel = "warning";
|
logLevel = "warning";
|
||||||
databases = 16;
|
databases = 16;
|
||||||
maxclients = 10000;
|
maxclients = 10000;
|
||||||
requirePass = ${cachepass1};
|
requirePass = "${cachepass1}";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
stop-writes-on-bgsave-error = "yes";
|
stop-writes-on-bgsave-error = "yes";
|
||||||
|
|
@ -41,11 +41,11 @@
|
||||||
|
|
||||||
"woodpecker" = {
|
"woodpecker" = {
|
||||||
enable = false;
|
enable = false;
|
||||||
port = ${cacheport2};
|
port = "${cacheport2}";
|
||||||
logLevel = "warning";
|
logLevel = "warning";
|
||||||
databases = 16;
|
databases = 16;
|
||||||
maxclients = 10000;
|
maxclients = 10000;
|
||||||
requirePass = ${cachepass2};
|
requirePass = "${cachepass2}";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
stop-writes-on-bgsave-error = "yes";
|
stop-writes-on-bgsave-error = "yes";
|
||||||
|
|
@ -77,11 +77,11 @@
|
||||||
|
|
||||||
"stalwart" = {
|
"stalwart" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = ${cacheport3};
|
port = "${cacheport3}";
|
||||||
logLevel = "warning";
|
logLevel = "warning";
|
||||||
databases = 16;
|
databases = 16;
|
||||||
maxclients = 10000;
|
maxclients = 10000;
|
||||||
requirePass = ${cachepass3};
|
requirePass = "${cachepass3}";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
stop-writes-on-bgsave-error = "yes";
|
stop-writes-on-bgsave-error = "yes";
|
||||||
|
|
@ -113,11 +113,11 @@
|
||||||
|
|
||||||
"zitadel" = {
|
"zitadel" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = ${cacheport4};
|
port = "${cacheport4}";
|
||||||
logLevel = "warning";
|
logLevel = "warning";
|
||||||
databases = 16;
|
databases = 16;
|
||||||
maxclients = 10000;
|
maxclients = 10000;
|
||||||
requirePass = ${cachepass4};
|
requirePass = "${cachepass4}";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
stop-writes-on-bgsave-error = "yes";
|
stop-writes-on-bgsave-error = "yes";
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ _: {
|
||||||
challenge = "dns-01";
|
challenge = "dns-01";
|
||||||
provider = "cloudflare";
|
provider = "cloudflare";
|
||||||
origin = "hand7s.org";
|
origin = "hand7s.org";
|
||||||
secret = ${mail_secret};
|
secret = "${mail_secret}";
|
||||||
contact = [
|
contact = [
|
||||||
"me@hand7s.org"
|
"me@hand7s.org"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -5,15 +5,15 @@ _: {
|
||||||
environment = {
|
environment = {
|
||||||
WOODPECKER_OPEN = "true";
|
WOODPECKER_OPEN = "true";
|
||||||
WOODPECKER_DATABASE_DRIVER = "postgres";
|
WOODPECKER_DATABASE_DRIVER = "postgres";
|
||||||
WOODPECKER_DATABASE_DATASOURCE = ${pqsql_socket};
|
WOODPECKER_DATABASE_DATASOURCE = "${pqsql_socket}";
|
||||||
WOODPECKER_SERVER_ADDR = ${ciport1};
|
WOODPECKER_SERVER_ADDR = "${ciport1}";
|
||||||
WOODPECKER_GRPC_ADDR = ${ciport1};
|
WOODPECKER_GRPC_ADDR = "${ciport1}";
|
||||||
WOODPECKER_HOST = "https://cicd.hand7s.org";
|
WOODPECKER_HOST = "https://cicd.hand7s.org";
|
||||||
|
|
||||||
WOODPECKER_FORGEJO = "true";
|
WOODPECKER_FORGEJO = "true";
|
||||||
WOODPECKER_FORGEJO_URL = "https://git.hand7s.org";
|
WOODPECKER_FORGEJO_URL = "https://git.hand7s.org";
|
||||||
WOODPECKER_FORGEJO_CLIENT = ${cisecret1};
|
WOODPECKER_FORGEJO_CLIENT = "${cisecret1}";
|
||||||
FORGEJO_SECRET = ${cisecret2};
|
FORGEJO_SECRET = "${cisecret2}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue