From 8f07df73af61a06d3ae1195271207fd4fcd1d9c1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 16 Jan 2026 08:54:00 +0100 Subject: [PATCH] Delete rybbit.json --- frontend/public/json/rybbit.json | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 frontend/public/json/rybbit.json diff --git a/frontend/public/json/rybbit.json b/frontend/public/json/rybbit.json deleted file mode 100644 index 931e09443..000000000 --- a/frontend/public/json/rybbit.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Rybbit", - "slug": "rybbit", - "categories": [ - 9 - ], - "date_created": "2025-01-15", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 3000, - "documentation": "https://github.com/rybbit-io/rybbit", - "website": "https://github.com/rybbit-io/rybbit", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/rybbit-light.webp", - "config_path": "/opt/rybbit", - "description": "Rybbit is a privacy-focused, open-source web analytics platform. Track your website visitors without compromising their privacy or using cookies.", - "install_methods": [ - { - "type": "default", - "script": "ct/rybbit.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 5, - "os": "debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -}