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