2023-09-14 07:36:43 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Ntfy",
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"port": 8166,
|
|
|
|
"id": "ntfy",
|
2024-05-21 17:52:03 +00:00
|
|
|
"tipi_version": 5,
|
|
|
|
"version": "2.11.0",
|
|
|
|
"categories": ["utilities"],
|
2023-09-14 07:36:43 +00:00
|
|
|
"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.",
|
2023-09-19 04:33:32 +00:00
|
|
|
"author": "https://github.com/binwiederhier",
|
2023-09-14 07:36:43 +00:00
|
|
|
"source": "https://github.com/binwiederhier/ntfy",
|
2023-09-27 19:37:38 +00:00
|
|
|
"website": "https://ntfy.sh/",
|
2023-10-29 19:43:17 +00:00
|
|
|
"form_fields": [],
|
2024-05-21 17:52:03 +00:00
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-09-14 07:36:43 +00:00
|
|
|
}
|