diff --git a/frontend/public/json/donetick.json b/frontend/public/json/donetick.json deleted file mode 100644 index 6cb64737a..000000000 --- a/frontend/public/json/donetick.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Donetick", - "slug": "donetick", - "categories": [ - 19 - ], - "date_created": "2025-11-01", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 2021, - "documentation": "https://docs.donetick.com/getting-started/", - "config_path": "/opt/donetick/selfhosted.yml", - "website": "https://donetick.com", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/donetick.webp", - "description": "Donetick an open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized", - "install_methods": [ - { - "type": "default", - "script": "ct/donetick.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 2, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} diff --git a/frontend/public/json/infisical.json b/frontend/public/json/infisical.json deleted file mode 100644 index 8bb58ba87..000000000 --- a/frontend/public/json/infisical.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Infisical", - "slug": "infisical", - "categories": [ - 6 - ], - "date_created": "2025-09-04", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 8080, - "documentation": "https://infisical.com/docs/documentation/getting-started/overview", - "config_path": "/etc/infisical/infisical.rb", - "website": "https://infisical.com/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/infisical.webp", - "description": "Secrets, certificates, and access management on autopilot. All-in-one platform to securely manage application secrets, certificates, SSH keys, and configurations across your team and infrastructure.", - "install_methods": [ - { - "type": "default", - "script": "ct/infisical.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 6, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} diff --git a/frontend/public/json/openwebui.json b/frontend/public/json/openwebui.json deleted file mode 100644 index a7c5891fb..000000000 --- a/frontend/public/json/openwebui.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Open WebUI", - "slug": "openwebui", - "categories": [ - 20 - ], - "date_created": "2024-10-24", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 8080, - "documentation": "https://docs.openwebui.com/", - "website": "https://openwebui.com/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/open-webui.webp", - "config_path": "/root/.env", - "description": "OpenWebUI is a self-hosted, web-based interface that allows you to run AI models entirely offline. It integrates with various LLM runners, such as OpenAI and Ollama, and supports features like markdown and LaTeX rendering, model management, and voice/video calls. It also offers multilingual support and the ability to generate images using APIs like DALL-E or ComfyUI", - "install_methods": [ - { - "type": "default", - "script": "ct/openwebui.sh", - "resources": { - "cpu": 4, - "ram": 8192, - "hdd": 25, - "os": "debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Script contains optional installation of Ollama.", - "type": "info" - }, - { - "text": "Initial run of the application/container can take some time, depending on your host speed, as the application is installed/updated at runtime. Please be patient!", - "type": "warning" - } - ] -} diff --git a/frontend/public/json/pangolin.json b/frontend/public/json/pangolin.json deleted file mode 100644 index e197b36b5..000000000 --- a/frontend/public/json/pangolin.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "Pangolin", - "slug": "pangolin", - "categories": [ - 21 - ], - "date_created": "2025-09-04", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 3002, - "documentation": "https://docs.pangolin.net/", - "config_path": "/opt/pangolin/config/config.yml", - "website": "https://pangolin.net/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/pangolin.webp", - "description": "Pangolin securely routes traffic over WireGuard tunnels to any private network. It works like a reverse proxy that spans multiple networks — no public IPs, DNS setup, or certificates required.", - "install_methods": [ - { - "type": "default", - "script": "ct/pangolin.sh", - "resources": { - "cpu": 2, - "ram": 4096, - "hdd": 5, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Type `journalctl -u pangolin | grep -oP 'Token:\\s*\\K\\w+'` into LXC console to get admin token which you will use to create admin account.", - "type": "info" - }, - { - "text": "LXC has 4GB of RAM set initially for the build stage. After installation finishes, you can decrease the RAM allocated to 1024MB or 512MB even.", - "type": "info" - }, - { - "text": "Make sure you edit `/opt/pangolin/config/config.yml` and change it to match your needs", - "type": "warning" - } - ] -}