Compare commits

...
Sign in to create a new pull request.

1 commit
master ... test

Author SHA1 Message Date
7a896f7a80
Test
All checks were successful
/ test (push) Successful in 1m6s
2024-03-16 12:20:15 +01:00
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@
"cache.aciceri.dev" "cache.aciceri.dev"
"matrix.aciceri.dev" "matrix.aciceri.dev"
"syncv3.matrix.aciceri.dev" "syncv3.matrix.aciceri.dev"
"ipc.aciceri.dev"
]; ];
apiTokenFile = config.age.secrets.cloudflare-dyndns-api-token.path; apiTokenFile = config.age.secrets.cloudflare-dyndns-api-token.path;
}; };

View file

@ -35,6 +35,13 @@
proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}"; proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}";
}; };
}; };
"ipc.aciceri.dev" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://picard.fleet:8545";
};
};
# "sevenofnix.aciceri.dev" = { # "sevenofnix.aciceri.dev" = {
# forceSSL = true; # forceSSL = true;
# enableACME = true; # enableACME = true;