cleanup and whitelist
This commit is contained in:
@@ -102,7 +102,6 @@ in {
|
|||||||
$OCC app:disable updatenotification || true
|
$OCC app:disable updatenotification || true
|
||||||
$OCC app:disable user_status || true
|
$OCC app:disable user_status || true
|
||||||
|
|
||||||
$OCC app:install calendar || true
|
|
||||||
$OCC app:install calendar || true
|
$OCC app:install calendar || true
|
||||||
$OCC app:install contacts || true
|
$OCC app:install contacts || true
|
||||||
$OCC app:install camerarawpreviews || true
|
$OCC app:install camerarawpreviews || true
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ in {
|
|||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
PGID = "1000";
|
PGID = "1000";
|
||||||
TZ = "Europe/Zurich";
|
TZ = "Europe/Zurich";
|
||||||
|
WHITELIST = "10.0.0.0/8";
|
||||||
};
|
};
|
||||||
extraLabels = { } // (if serverCfg.containers ? authentik then {
|
extraLabels = { } // (if serverCfg.containers ? authentik then {
|
||||||
"traefik.http.routers.${containerCfg.subdomain}.middlewares" = "authentik";
|
"traefik.http.routers.${containerCfg.subdomain}.middlewares" = "authentik";
|
||||||
|
|||||||
@@ -48,26 +48,14 @@
|
|||||||
invidious.subdomain = "yt";
|
invidious.subdomain = "yt";
|
||||||
jellyfin.subdomain = "flix";
|
jellyfin.subdomain = "flix";
|
||||||
# servarr.subdomain = "arr";
|
# servarr.subdomain = "arr";
|
||||||
transmission = {
|
transmission = { subdomain = "arr"; subpath = "p2p"; };
|
||||||
subdomain = "arr";
|
# handbrake = { subdomain = "arr"; subpath = "hb"; };
|
||||||
subpath = "p2p";
|
|
||||||
};
|
|
||||||
# handbrake = {
|
|
||||||
# subdomain = "arr";
|
|
||||||
# subpath = "hb";
|
|
||||||
# };
|
|
||||||
# ===== DEV =====
|
# ===== DEV =====
|
||||||
gitea.subdomain = "git";
|
gitea.subdomain = "git";
|
||||||
# ===== HOME =====
|
# ===== HOME =====
|
||||||
# homeassistant.subdomain = "hass";
|
# homeassistant.subdomain = "hass";
|
||||||
# frigate = {
|
# frigate = { subdomain = "hass"; subpath = "cam"; };
|
||||||
# subdomain = "hass";
|
# trmnl = { subdomain = "hass"; subpath = "trmnl"; };
|
||||||
# subpath = "cam";
|
|
||||||
# };
|
|
||||||
# trmnl = {
|
|
||||||
# subdomain = "hass";
|
|
||||||
# subpath = "trmnl";
|
|
||||||
# };
|
|
||||||
# influx.subdomain = "metrum";
|
# influx.subdomain = "metrum";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user