From 5572cd21c32f0ef969279033e7a7c20fe1f4c2cb Mon Sep 17 00:00:00 2001 From: acknologia <64101826+acknologia@users.noreply.github.com> Date: Wed, 20 May 2026 15:22:57 -0400 Subject: [PATCH 1/2] updates to blinko and nextcloud changed nexcloud folder owner, changed paths for blinko --- docs/features/apps/install-scripts/curated/index.md | 4 ++-- docs/public/install-scripts/blinko.json | 10 +++++----- docs/public/install-scripts/nextcloud.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index ab2e62a..94eee30 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -14,8 +14,8 @@ | `immich` | [immich.json](/install-scripts/immich.json) | 1.6 KB | 2026-05-15 | | `jellyfin` | [jellyfin.json](/install-scripts/jellyfin.json) | 2.3 KB | 2026-05-15 | | `lidarr` | [lidarr.json](/install-scripts/lidarr.json) | 1.4 KB | 2026-05-15 | -| `lubelogger` | [lubelogger.json](/install-scripts/lubelogger.json) | 1.5 KB | 2026-05-01 | -| `navidrome` | [navidrome.json](/install-scripts/navidrome.json) | 5.1 KB | 2026-05-01 | +| `lubelogger` | [lubelogger.json](/install-scripts/lubelogger.json) | 1.5 KB | 2026-05-18 | +| `navidrome` | [navidrome.json](/install-scripts/navidrome.json) | 5.1 KB | 2026-05-18 | | `nextcloud` | [nextcloud.json](/install-scripts/nextcloud.json) | 3.4 KB | 2026-05-15 | | `peanut` | [peanut.json](/install-scripts/peanut.json) | 911 B | 2026-05-15 | | `plex` | [plex.json](/install-scripts/plex.json) | 3.4 KB | 2026-05-15 | diff --git a/docs/public/install-scripts/blinko.json b/docs/public/install-scripts/blinko.json index 6d05b06..00ca08e 100644 --- a/docs/public/install-scripts/blinko.json +++ b/docs/public/install-scripts/blinko.json @@ -5,7 +5,7 @@ "changeLog": "Initial" }, "requirements": { - "locations": ["ApplicationsPerformance", "Documents"], + "locations": ["ApplicationsPerformance", "ApplicationsCapacity"], "specifications": ["2CORE", "256MB"], "permissions": ["READ_WRITE_LOCATIONS"], "ports": [30412] @@ -16,10 +16,10 @@ "network_share": true }, { - "path": "$LOCATION(Documents)", + "path": "$LOCATION(ApplicationsCapacity)", "network_share": true }, - { "path": "$LOCATION(Documents)/blinko", "owner": { "user": "apps" }, "snapshot": { "id": "data" } }, + { "path": "$LOCATION(ApplicationsCapacity)/blinko/data", "owner": { "user": "apps" }, "snapshot": { "id": "data" } }, { "path": "$LOCATION(ApplicationsPerformance)/blinko/postgres_data", "owner": { "user": "netdata", "group": "docker" }, "snapshot": { "id": "db" } } ], "app_values": { @@ -35,8 +35,8 @@ } }, "storage": { - "data": "$HOST_PATH($LOCATION(Documents)/blinko)", - "postgres_data": "$HOST_PATH($LOCATION(ApplicationsPerformance)/affine/postgres_data)" + "data": "$HOST_PATH($LOCATION(ApplicationsCapacity)/blinko/data)", + "postgres_data": "$HOST_PATH($LOCATION(ApplicationsPerformance)/blinko/postgres_data)" }, "resources": { "limits": { diff --git a/docs/public/install-scripts/nextcloud.json b/docs/public/install-scripts/nextcloud.json index 587eeb3..7c335e7 100644 --- a/docs/public/install-scripts/nextcloud.json +++ b/docs/public/install-scripts/nextcloud.json @@ -47,7 +47,7 @@ "path": "$LOCATION(ApplicationsPerformance)", "network_share": true }, - { "path": "$LOCATION(ApplicationsPerformance)/nextcloud/html", "owner": { "user": "apps" }, "snapshot": { "id": "html" } }, + { "path": "$LOCATION(ApplicationsPerformance)/nextcloud/html", "owner": { "user": "www-data" }, "snapshot": { "id": "html" } }, { "path": "$LOCATION(ApplicationsPerformance)/nextcloud/postgres_data", "owner": { "user": "netdata", "group": "docker" }, "snapshot": { "id": "db" } }, { "path": "$LOCATION(ApplicationsCapacity)", From 8439374633947361367289bd62511934a05f2365 Mon Sep 17 00:00:00 2001 From: acknologia <64101826+acknologia@users.noreply.github.com> Date: Wed, 20 May 2026 15:38:15 -0400 Subject: [PATCH 2/2] updated to app index --- docs/features/apps/install-scripts/curated/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index 94eee30..cf88607 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -4,7 +4,7 @@ | App | Download | Size | Last Modified | |---|---|---:|---| | `bazarr` | [bazarr.json](/install-scripts/bazarr.json) | 1.4 KB | 2026-05-15 | -| `blinko` | [blinko.json](/install-scripts/blinko.json) | 1.3 KB | 2026-05-18 | +| `blinko` | [blinko.json](/install-scripts/blinko.json) | 1.3 KB | 2026-05-20 | | `dozzle` | [dozzle.json](/install-scripts/dozzle.json) | 614 B | 2026-05-18 | | `drawio` | [drawio.json](/install-scripts/drawio.json) | 634 B | 2026-05-15 | | `emby` | [emby.json](/install-scripts/emby.json) | 2.3 KB | 2026-05-15 | @@ -16,7 +16,7 @@ | `lidarr` | [lidarr.json](/install-scripts/lidarr.json) | 1.4 KB | 2026-05-15 | | `lubelogger` | [lubelogger.json](/install-scripts/lubelogger.json) | 1.5 KB | 2026-05-18 | | `navidrome` | [navidrome.json](/install-scripts/navidrome.json) | 5.1 KB | 2026-05-18 | -| `nextcloud` | [nextcloud.json](/install-scripts/nextcloud.json) | 3.4 KB | 2026-05-15 | +| `nextcloud` | [nextcloud.json](/install-scripts/nextcloud.json) | 3.4 KB | 2026-05-20 | | `peanut` | [peanut.json](/install-scripts/peanut.json) | 911 B | 2026-05-15 | | `plex` | [plex.json](/install-scripts/plex.json) | 3.4 KB | 2026-05-15 | | `portracker` | [portracker.json](/install-scripts/portracker.json) | 894 B | 2026-05-18 |