From d7f0ae73496fd99bd1ad283062c702138122675f Mon Sep 17 00:00:00 2001 From: summoningpixels <97950412+summoningpixels@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:21:39 +0200 Subject: [PATCH] Create arcane.json --- frontend/public/json/arcane.json | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 frontend/public/json/arcane.json diff --git a/frontend/public/json/arcane.json b/frontend/public/json/arcane.json new file mode 100644 index 000000000..4f002e9ba --- /dev/null +++ b/frontend/public/json/arcane.json @@ -0,0 +1,40 @@ +{ + "name": "Arcane", + "slug": "arcane", + "categories": [ + 3 + ], + "date_created": "2026-02-18", + "type": "addon", + "updateable": true, + "privileged": false, + "interface_port": 3552, + "documentation": "https://getarcane.app/docs", + "website": "https://getarcane.app/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/arcane.webp", + "config_path": "/opt/arcane/.env", + "description": "Arcane is designed to be an easy and modern Docker management platform, built with everybody in mind. The goal of Arcane is to be built for and by the community to make sure nobody feels left out or behind with their specific features or processes. ", + "install_methods": [ + { + "type": "default", + "script": "tools/addon/arcane.sh", + "resources": { + "cpu": 0, + "ram": 0, + "hdd": 0, + "os": null, + "version": null + } + } + ], + "default_credentials": { + "username": "arcane", + "password": "arcane-admin" + }, + "notes": [ + { + "text": "This is an addon script intended to be used on top of an existing Docker container.", + "type": "info" + } + ] +}