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