This commit is contained in:
soraefir
2026-05-14 23:10:11 +02:00
parent f5c16775c4
commit 7e3d86e37e

View File

@@ -33,46 +33,21 @@
containers = { containers = {
# ===== BASE ===== # ===== BASE =====
traefik = { traefik.subdomain = "traefik";
subdomain = "traefik"; traefik.extra={provider="infomaniak";};
extra={provider="infomaniak";}; umami.subdomain = "umami";
}; authentik.subdomain = "sso";
umami = { searxng.subdomain = "searx";
subdomain = "umami";
};
authentik = {
subdomain = "sso";
port = 9000;
};
searxng = {
subdomain = "searx";
};
# ===== CLOUD ===== # ===== CLOUD =====
nextcloud = { nextcloud.subdomain = "cloud";
subdomain = "cloud"; collabora.subdomain = "office";
}; etherpad.subdomain = "pad";
collabora = { ethercalc.subdomain = "calc";
subdomain = "office"; immich.subdomain = "pic";
};
etherpad = {
subdomain = "pad";
};
ethercalc = {
subdomain = "calc";
};
immich = {
subdomain = "pic";
};
# ===== FLIX ===== # ===== FLIX =====
# invidious = { # invidious.subdomain = "yt";
# subdomain = "yt"; jellyfin.subdomain = "flix";
# }; # servarr.subdomain = "arr";
jellyfin = {
subdomain = "flix";
};
# servarr = {
# subdomain = "arr";
# };
transmission = { transmission = {
subdomain = "arr"; subdomain = "arr";
subpath = "p2p"; subpath = "p2p";
@@ -82,13 +57,9 @@
# subpath = "hb"; # subpath = "hb";
# }; # };
# ===== DEV ===== # ===== DEV =====
gitea = { gitea.subdomain = "git";
subdomain = "git";
};
# ===== HOME ===== # ===== HOME =====
# homeassistant = { # homeassistant.subdomain = "hass";
# subdomain = "hass";
# };
# frigate = { # frigate = {
# subdomain = "hass"; # subdomain = "hass";
# subpath = "cam"; # subpath = "cam";
@@ -97,9 +68,7 @@
# subdomain = "hass"; # subdomain = "hass";
# subpath = "trmnl"; # subpath = "trmnl";
# }; # };
# influx = { # influx.subdomain = "metrum";
# subdomain = "metrum";
# };
}; };
}; };
}; };