etna: add reposilite

This commit is contained in:
uku 2024-02-03 21:55:58 +01:00
parent 2f49cefb0d
commit 99e4b8c1ef
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
lib,
self,
inputs,
...
}: let
@ -57,6 +58,7 @@ in {
++ (with inputs; [
api-rs.nixosModules.default
ukubot-rs.nixosModules.default
self.nixosModules.reposilite
]);
};
};

View file

@ -25,6 +25,8 @@
environmentFile = config.age.secrets.ukubotRsEnv.path;
};
reposilite.enable = true;
vaultwarden = {
enable = true;
config = {
@ -44,6 +46,7 @@
ingress = {
"api.uku3lig.net" = "http://localhost:5000";
"bw.uku3lig.net" = "http://localhost:8222";
"maven.uku3lig.net" = "http://localhost:8080";
};
default = "http_status:404";