1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00
ntfy_ynh/manifest.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2022-11-02 10:16:52 +01:00
{
2022-11-18 14:47:44 +01:00
"name": "ntfy",
"id": "ntfy",
2022-11-02 10:16:52 +01:00
"packaging_format": 1,
"description": {
2022-11-18 16:20:17 +01:00
"en": "Open Source Push Notification Server",
"fr": "Serveur open source de notification"
2022-11-02 10:16:52 +01:00
},
"upstream": {
2022-11-18 14:47:44 +01:00
"license": "GPL-2.0-only",
"website": "https://ntfy.sh/",
"demo": "https://ntfy.sh/app",
"admindoc": "https://docs.ntfy.sh/",
"userdoc": "https://docs.ntfy.sh/",
"code": "https://github.com/binwiederhier/ntfy"
2022-11-02 10:16:52 +01:00
},
2022-11-18 14:47:44 +01:00
"url": "https://ntfy.sh/",
2023-02-20 13:33:39 +01:00
"version": "2.0.0~ynh2",
2022-11-18 14:47:44 +01:00
"license": "GPL-2.0-only",
2022-11-02 10:16:52 +01:00
"maintainer": {
2022-11-18 14:47:44 +01:00
"name": "Alexander Wühr",
"email": "alex@pnyhf.eu"
2022-11-02 10:16:52 +01:00
},
"requirements": {
2022-11-18 14:47:44 +01:00
"yunohost": ">= 11"
2022-11-02 10:16:52 +01:00
},
"multi_instance": true,
"services": [
2022-11-18 14:47:44 +01:00
"nginx"
2022-11-02 10:16:52 +01:00
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
2022-11-18 14:47:44 +01:00
"type": "password"
2022-11-02 10:16:52 +01:00
}
]
}
}