From 2ec7ee9d88ea03b3dac629c03e5296e167aa9172 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 13 May 2025 14:24:59 +0200 Subject: [PATCH] Add json for Bitmagnet --- frontend/public/json/bitmagnet.json | 46 +++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 frontend/public/json/bitmagnet.json diff --git a/frontend/public/json/bitmagnet.json b/frontend/public/json/bitmagnet.json new file mode 100644 index 0000000..8d24713 --- /dev/null +++ b/frontend/public/json/bitmagnet.json @@ -0,0 +1,46 @@ +{ + "name": "Alpine-bitmagnet", + "slug": "alpine-bitmagnet", + "categories": [ + 11 + ], + "date_created": "2025-05-13", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 8080, + "documentation": "https://bitmagnet.io/setup.html", + "website": "https://bitmagnet.io/", + "logo": "https://github.com/bitmagnet-io/bitmagnet/blob/main/webui/public/magnet.svg", + "config_path": "`/opt/bitmagnet/config.yml` or `/opt/bitmagnet/.env`", + "description": "A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.", + "install_methods": [ + { + "type": "default", + "script": "ct/alpine-bitmagnet.sh", + "resources": { + "cpu": 1, + "ram": 256, + "hdd": 3, + "os": "alpine", + "version": "3.21" + } + }, + { + "type": "alpine", + "script": "ct/alpine-bitmagnet.sh", + "resources": { + "cpu": 1, + "ram": 256, + "hdd": 3, + "os": "alpine", + "version": "3.21" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}