app-store/apps/ntfy/config.json

19 lines
505 B
JSON
Raw Normal View History

2023-09-14 07:36:43 +00:00
{
"$schema": "../schema.json",
"name": "Ntfy",
"available": true,
"exposable": true,
"port": 8166,
"id": "ntfy",
"tipi_version": 5,
"version": "latest",
"categories": [
"utilities"
],
"description": "Send push notifications to any devices using a simple HTTP PUT or POST request.",
"short_desc": "Ntfy, a simple server for sending and receiving notification messages.",
"author": "npty",
"source": "https://github.com/binwiederhier/ntfy",
"website": "https://ntfy.sh/"
}