diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index 18e4e49..d92c611 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -11,6 +11,7 @@ | `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 | +| `nevu` | [nevu.json](/install-scripts/nevu.json) | 930 B | 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/nevu.json b/docs/public/install-scripts/nevu.json new file mode 100644 index 0000000..644fe96 --- /dev/null +++ b/docs/public/install-scripts/nevu.json @@ -0,0 +1,40 @@ +{ + "version": 4, + "script": { + "version": "1.0.0", + "changeLog": "Initial script" + }, + "requirements": { + "locations": ["ApplicationsPerformance"], + "specifications": ["2CORE", "200MB"], + "permissions": ["READ_WRITE_LOCATIONS"], + "ports": [30267] + }, + "ensure_directories_exists": [ + { + "path": "$LOCATION(ApplicationsPerformance)", + "network_share": true + }, + {"path": "$LOCATION(ApplicationsPerformance)/nevu/data", "owner": { "user": "apps" }, "snapshot": { "id": "data" } } + ], + "app_values": { + "nevu": { + "plex_server": "http://$SERVER_LAN_IP:32400" + }, + "storage": { + "data": "$HOST_PATH($LOCATION(ApplicationsPerformance)/nevu/data)" + }, + "network": { + "web_port": { + "bind_mode": "published", + "port_number": 30267 + } + }, + "resources": { + "limits": { + "cpus": 2, + "memory": "$MEMORY(10%, 2048)" + } + } + } +} \ No newline at end of file