diff --git a/frontend/public/json/salt.json b/frontend/public/json/salt.json deleted file mode 100644 index 41750a2f..00000000 --- a/frontend/public/json/salt.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Salt", - "slug": "salt", - "categories": [ - 19 - ], - "date_created": "2025-07-02", - "type": "ct", - "updateable": true, - "privileged": false, - "config_path": "/opt/salt/.env", - "interface_port": 3000, - "documentation": "https://docs.saltproject.io/salt/install-guide/en/latest/", - "website": "https://saltproject.io/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/saltmaster.svg", - "description": "SaltStack Salt is a software for automating the management and configuration of IT infrastructure and applications. It is an event-driven automation tool and framework used to deploy, configure, and manage complex IT systems. Its primary functions include configuration management, where it ensures consistent configurations and manages operating system deployment and software installation. It also automates and orchestrates routine IT processes and can create self-aware, self-healing systems.", - "install_methods": [ - { - "type": "default", - "script": "ct/salt.sh", - "resources": { - "cpu": 1, - "ram": 1024, - "hdd": 2, - "os": "Debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} diff --git a/frontend/public/json/teamspeak-server.json b/frontend/public/json/teamspeak-server.json deleted file mode 100644 index 98dbec48..00000000 --- a/frontend/public/json/teamspeak-server.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "Teamspeak Server", - "slug": "teamspeak-server", - "categories": [ - 24 - ], - "date_created": "2025-07-21", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 9987, - "documentation": "https://support.teamspeak.com/hc/en-us/categories/360000302017-TeamSpeak-3", - "website": "https://teamspeak.com/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/teamspeak-light.svgp", - "config_path": "", - "description": "TeamSpeak is a voice‑over‑IP (VoIP) application, primarily used by gamers and teams to chat in real‑time on dedicated servers. It delivers crystal‑clear, low‑latency voice communication.""install_methods": [ - { - "type": "default", - "script": "ct/teamspeak-server.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 2, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Use `journalctl -u teamspeak-server.service` inside LXC console to check for admin credentials!", - "type": "info" - } - ] -}