From 107f07c3eeb1318527c28179ae208a640bf4d20c Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:34:26 +0200 Subject: [PATCH] re-add: dashy --- json/dashy.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 json/dashy.json diff --git a/json/dashy.json b/json/dashy.json new file mode 100644 index 000000000..337297827 --- /dev/null +++ b/json/dashy.json @@ -0,0 +1,35 @@ +{ + "name": "Dashy", + "slug": "dashy", + "categories": [ + 10 + ], + "date_created": "2026-03-30", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 4000, + "documentation": "https://dashy.to/docs", + "website": "https://dashy.to/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/dashy.webp", + "config_path": "/opt/dashy/user-data/conf.yml", + "description": "Dashy is a solution that helps you organize your self-hosted services by centralizing access to them through a single interface.", + "install_methods": [ + { + "type": "default", + "script": "ct/dashy.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 6, + "os": "debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}