cleanup and whitelist

This commit is contained in:
soraefir
2026-05-17 09:30:19 +02:00
parent 6ed1514f31
commit c3b2468ff3
3 changed files with 5 additions and 17 deletions

View File

@@ -102,7 +102,6 @@ in {
$OCC app:disable updatenotification || true
$OCC app:disable user_status || true
$OCC app:install calendar || true
$OCC app:install calendar || true
$OCC app:install contacts || true
$OCC app:install camerarawpreviews || true

View File

@@ -38,6 +38,7 @@ in {
PUID = "1000";
PGID = "1000";
TZ = "Europe/Zurich";
WHITELIST = "10.0.0.0/8";
};
extraLabels = { } // (if serverCfg.containers ? authentik then {
"traefik.http.routers.${containerCfg.subdomain}.middlewares" = "authentik";