diff --git a/frontend/public/json/gwn-manager.json b/frontend/public/json/gwn-manager.json deleted file mode 100644 index 39f0f53ae..000000000 --- a/frontend/public/json/gwn-manager.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "GWN Manager", - "slug": "gwn-manager", - "categories": [ - 9 - ], - "date_created": "2025-12-02", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 8443, - "documentation": "https://documentation.grandstream.com/article-categories/gwn-mgmt/", - "website": "https://www.grandstream.com/products/networking-solutions/wi-fi-management/product/gwn-manager", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/gwn-manager.webp", - "config_path": "/gwn/conf/gwn.conf", - "description": "GWN Manager is a free on-premise enterprise-grade, management platform for Grandstream GWN series devices. Typically deployed on a customer’s private network, this flexible, scalable solution offers simplified configuration and management.", - "install_methods": [ - { - "type": "default", - "script": "ct/gwn-manager.sh", - "resources": { - "cpu": 2, - "ram": 6144, - "hdd": 8, - "os": "debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Installation package is pulled from GrandStream website. Installation may take a while.", - "type": "info" - } - ] -} diff --git a/frontend/public/json/transmission-openvpn.json b/frontend/public/json/transmission-openvpn.json deleted file mode 100644 index 319973502..000000000 --- a/frontend/public/json/transmission-openvpn.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "Transmission-Openvpn", - "slug": "transmission-openvpn", - "categories": [ - 11 - ], - "date_created": "2025-09-04", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 9091, - "documentation": "https://haugene.github.io/docker-transmission-openvpn/", - "config_path": "/opt/transmission-openvpn/", - "website": "https://github.com/haugene/docker-transmission-openvpn", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/transmission.webp", - "description": "This project runs Transmission + OpenVPN natively in an LXC container, using the popular docker-transmission-openvpn image as a base. It ensures all torrent traffic is securely routed through a VPN tunnel, supports a wide range of VPN providers, and offers flexible configuration options", - "install_methods": [ - { - "type": "default", - "script": "ct/transmission-openvpn.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 8, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "This application requires a VPN provider to work. Please refer to your VPN provider’s documentation for setting up OpenVPN.", - "type": "warning" - } - ] -}