Delete frontend/public/json/ntfy.json

This commit is contained in:
Michel Roegl-Brunner 2025-10-03 11:04:22 +02:00 committed by GitHub
parent b66a057065
commit 94ad21ca8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": []
}