From 0094acf00203a68bd8d43fb73bbc10dba67f2a7e Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 9 Jun 2025 10:24:53 +0200 Subject: [PATCH] Add kapowarr.json --- frontend/public/json/kapowarr.json | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/public/json/kapowarr.json diff --git a/frontend/public/json/kapowarr.json b/frontend/public/json/kapowarr.json new file mode 100644 index 00000000..e5d69d07 --- /dev/null +++ b/frontend/public/json/kapowarr.json @@ -0,0 +1,35 @@ +{ + "name": "Kapowarr", + "slug": "kapowarr", + "categories": [ + 14 + ], + "date_created": "2025-06-09", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 5656, + "documentation": "https://casvt.github.io/Kapowarr/general_info/workings/", + "website": "https://casvt.github.io/Kapowarr/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/kapowarr.webp", + "config_path": "", + "description": "Kapowarr allows you to build a digital library of comics. You can add volumes, map them to a folder and start managing! Download, rename, move and convert issues of the volume (including TPB's, One Shots, Hard Covers, and more). The whole process is automated and can be customised in the settings.", + "install_methods": [ + { + "type": "default", + "script": "ct/kapowarr.sh", + "resources": { + "cpu": 1, + "ram": 256, + "hdd": 2, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}