mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "ntfy",
|
|
"id": "ntfy",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Open Source Push Notification Server",
|
|
"fr": "Serveur open source de notification"
|
|
},
|
|
"upstream": {
|
|
"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"
|
|
},
|
|
"url": "https://ntfy.sh/",
|
|
"version": "2.0.1~ynh1",
|
|
"license": "GPL-2.0-only",
|
|
"maintainer": {
|
|
"name": "Alexander Wühr",
|
|
"email": "alex@pnyhf.eu"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
}
|
|
]
|
|
}
|
|
}
|