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