From 6d01e0ebcc90a1e5f7b73aba85413ff62ba15cf1 Mon Sep 17 00:00:00 2001 From: acknologia <64101826+acknologia@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:09:01 -0400 Subject: [PATCH] installation script for seerr install script for seer added --- .../apps/install-scripts/curated/index.md | 1 + docs/public/install-scripts/seerr.json | 44 +++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 docs/public/install-scripts/seerr.json diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index baa1a43..0397355 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -18,6 +18,7 @@ | `qbittorrent` | [qbittorrent.json](/install-scripts/qbittorrent.json) | 1.0 KB | 2025-12-04 | | `radarr` | [radarr.json](/install-scripts/radarr.json) | 1.2 KB | 2025-12-04 | | `scrutiny` | [scrutiny.json](/install-scripts/scrutiny.json) | 1.3 KB | 2026-01-31 | +| `seerr` | [seerr.json](/install-scripts/seerr.json) | 851 B | 2026-03-09 | | `sonarr` | [sonarr.json](/install-scripts/sonarr.json) | 1.2 KB | 2025-12-04 | | `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.0 KB | 2025-12-25 | diff --git a/docs/public/install-scripts/seerr.json b/docs/public/install-scripts/seerr.json new file mode 100644 index 0000000..ad8d8fc --- /dev/null +++ b/docs/public/install-scripts/seerr.json @@ -0,0 +1,44 @@ +{ + "version": 3, + "script": { + "version": "1.0.0", + "changeLog": "Initial Script" + }, + "requirements": { + "locations": [ + "ApplicationsPerformance" + ], + "specifications": [ + "2CORE", + "1024MB" + ], + "permissions": [ + "READ_WRITE_LOCATIONS" + ], + "ports": [30357] + }, + "ensure_directories_exists": [ + { + "path": "$LOCATION(ApplicationsPerformance)", + "network_share": true + }, + "$LOCATION(ApplicationsPerformance)/seerr/config" + ], + "app_values": { + "storage": { + "config": "$HOST_PATH($LOCATION(ApplicationsPerformance)/seerr/config)" + }, + "network": { + "web_port": { + "bind_mode": "published", + "port_number": 30357 + } + }, + "resources": { + "limits": { + "cpus": 2, + "memory": "$MEMORY(10%, 2048)" + } + } + } +} \ No newline at end of file