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
2022-07-29 00:43:33 +02:00

57 lines
1.5 KiB
JSON

{
"name": "Gotify",
"id": "gotify",
"packaging_format": 1,
"description": {
"en": "A simple server for sending and receiving messages.",
"fr": "Un simple serveur pour envoyer et recevoir des messages."
},
"version": "2.1.4~ynh2",
"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": ">= 4.3.0"
},
"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",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"example": "Choose a password"
}
]
}
}