From a8d6680ff0f3b06363da8bfa8297c2e532ddeaa5 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 22 Feb 2026 18:20:11 +0100 Subject: [PATCH] add missing json --- frontend/public/json/alpine-ntfy.json | 40 +++++++++++++++++++++++++++ frontend/public/json/profilarr.json | 35 +++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 frontend/public/json/alpine-ntfy.json create mode 100644 frontend/public/json/profilarr.json diff --git a/frontend/public/json/alpine-ntfy.json b/frontend/public/json/alpine-ntfy.json new file mode 100644 index 000000000..addb1f658 --- /dev/null +++ b/frontend/public/json/alpine-ntfy.json @@ -0,0 +1,40 @@ +{ + "name": "Alpine-ntfy", + "slug": "alpine-ntfy", + "categories": [ + 18 + ], + "date_created": "2025-06-10", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 80, + "documentation": "https://docs.ntfy.sh/", + "website": "https://ntfy.sh/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ntfy.webp", + "config_path": "/etc/ntfy/server.yml", + "description": "ntfy is a simple HTTP-based pub-sub notification service that lets you send push notifications to your phone or desktop via scripts, without signup or cost.", + "install_methods": [ + { + "type": "default", + "script": "ct/alpine-ntfy.sh", + "resources": { + "cpu": 1, + "ram": 256, + "hdd": 2, + "os": "Alpine", + "version": "3.22" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Alpine-based LXC using apk package manager.", + "type": "info" + } + ] +} diff --git a/frontend/public/json/profilarr.json b/frontend/public/json/profilarr.json new file mode 100644 index 000000000..d02696ac4 --- /dev/null +++ b/frontend/public/json/profilarr.json @@ -0,0 +1,35 @@ +{ + "name": "Profilarr", + "slug": "profilarr", + "categories": [ + 14 + ], + "date_created": "2025-06-10", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 6868, + "documentation": "https://github.com/Dictionarry-Hub/profilarr#readme", + "website": "https://github.com/Dictionarry-Hub/profilarr", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/profilarr.webp", + "config_path": "/opt/profilarr.env", + "description": "Profilarr is a configuration management platform for Radarr and Sonarr that simplifies importing, syncing, and managing quality profiles, custom formats, and release profiles.", + "install_methods": [ + { + "type": "default", + "script": "ct/profilarr.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 8, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}