1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00
gotify_ynh/manifest.json
2023-01-11 17:53:23 +01:00

52 lines
1.2 KiB
JSON

{
"name": "Gotify",
"id": "gotify",
"packaging_format": 1,
"description": {
"en": "Simple server for sending and receiving messages",
"fr": "Simple serveur pour envoyer et recevoir des messages"
},
"version": "2.2.4~ynh1",
"url": "http://gotify.net",
"upstream": {
"license": "MIT",
"website": "http://gotify.net",
"admindoc": "https://gotify.net/docs/index",
"code": "https://github.com/gotify/server"
},
"license": "MIT",
"maintainer": {
"name": "plopoyop",
"email": "plopoyop@gmail.com"
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/gotify",
"default": "/gotify"
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password"
}
]
}
}