Add new modules

This commit is contained in:
soraefir
2026-05-12 21:24:02 +02:00
parent 7d95ba04a9
commit e1a80bb7ce
2 changed files with 23 additions and 14 deletions

View File

@@ -29,37 +29,44 @@
containers = {
traefik = {
enable = true;
sops = true;
subdomain = "traefik";
extra={provider="infomaniak";};
};
authentik = {
enable = true;
db = true;
subdomain = "sso";
port = 9000;
};
nextcloud = {
enable = true;
db = true;
subdomain = "cloud";
};
collabora = {
enable = true;
sops = true;
subdomain = "office";
};
etherpad = {
enable = true;
db = true;
subdomain = "pad";
};
ethercalc = {
subdomain = "pad";
};
gitea = {
enable = true;
db = true;
subdomain = "git";
};
searxng = {
subdomain = "searx";
};
jellyfin = {
subdomain = "flix";
};
transmission = {
subdomain = "rflix";
subpath = "p2p";
};
servarr = {
subdomain = "arr";
};
umami = {
subdomain = "umami";
};
};
};
};