This commit is contained in:
soraefir
2026-05-31 01:07:52 +02:00
parent cebd969445
commit d013b4ae88
3 changed files with 8 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ let
widget = {
type="jellyfin";
url = "http://jellyfin-server:8096";
key = "ca5bfeeb416d4ea9b0f45f2d6b1b5999";
key = "{{JELLYFIN_API}}";
};
};
})
@@ -49,6 +49,7 @@ let
widget = {
type="nextcloud";
url = "http://nextcloud-server";
key = "\${NEXTCLOUD}";
};
};
})
@@ -120,7 +121,6 @@ in {
volumes = [
"${settings}:/app/config/settings.yaml:ro"
"${services}:/app/config/services.yaml:ro"
"/var/run/podman/podman.sock:/var/run/docker.sock"
];
};
};

View File

@@ -185,6 +185,9 @@ in {
echo "Nextcloud is already installed. Skipping setup."
fi
$OCC config:app:set serverinfo token --value="$NEXTCLOUD_API"
echo "Maintenance..."
$OCC app:update --all
$OCC maintenance:repair --include-expensive --no-interaction