diff --git a/frontend/public/json/documenso.json b/frontend/public/json/documenso.json deleted file mode 100644 index 535db2dd5..000000000 --- a/frontend/public/json/documenso.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Documenso", - "slug": "documenso", - "categories": [ - 12 - ], - "date_created": "2025-04-28", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 3000, - "documentation": "https://documenso.com/", - "website": "https://documenso.com/", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/documenso.svg", - "config_path": "/opt/documenso/.env", - "description": "Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide. This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work. Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood.", - "install_methods": [ - { - "type": "default", - "script": "ct/documenso.sh", - "resources": { - "cpu": 4, - "ram": 6144, - "hdd": 10, - "os": "Debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": "helper-scripts@local.com", - "password": "helper-scripts" - }, - "notes": [] -} diff --git a/frontend/public/json/suwayomi-server.json b/frontend/public/json/suwayomi-server.json deleted file mode 100644 index f5a171acc..000000000 --- a/frontend/public/json/suwayomi-server.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Suwayomi-Server", - "slug": "suwayomi-server", - "categories": [ - 13 - ], - "date_created": "2025-02-07", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 4567, - "documentation": "https://github.com/Suwayomi/Suwayomi-Server/wiki", - "website": "https://github.com/Suwayomi/Suwayomi-Server", - "logo": "https://github.com/Suwayomi/Suwayomi-Server/raw/master/server/src/main/resources/icon/faviconlogo.png", - "config_path": "", - "description": "A free and open source manga reader server that runs extensions built for Mihon (Tachiyomi).", - "install_methods": [ - { - "type": "default", - "script": "ct/suwayomiserver.sh", - "resources": { - "cpu": 1, - "ram": 1024, - "hdd": 4, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "This application is conflicting with Kaspersky products. You need to disable Kaspersky in order to use this application.", - "type": "info" - } - ] -}