diff --git a/frontend/public/json/ntfy.json b/frontend/public/json/ntfy.json deleted file mode 100644 index 0bc32bbc..00000000 --- a/frontend/public/json/ntfy.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "ntfy", - "slug": "ntfy", - "categories": [ - 19 - ], - "date_created": "2024-05-02", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://docs.ntfy.sh/", - "website": "https://ntfy.sh/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/ntfy.webp", - "config_path": "/etc/ntfy/server.yml", - "description": "ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software.", - "install_methods": [ - { - "type": "default", - "script": "ct/ntfy.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 2, - "os": "debian", - "version": "12" - } - }, - { - "type": "alpine", - "script": "ct/alpine-ntfy.sh", - "resources": { - "cpu": 1, - "ram": 256, - "hdd": 2, - "os": "alpine", - "version": "3.22" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} -