Add new modules
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user