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

56 lines
1.5 KiB
JSON
Raw Normal View History

2019-02-16 15:00:20 +01:00
{
"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."
2019-02-16 15:00:20 +01:00
},
2019-10-22 13:17:09 +02:00
"version": "2.0.10~ynh1",
2019-02-16 15:00:20 +01:00
"url": "http://gotify.net",
"license": "MIT",
"maintainer": {
"name": "plopoyop",
"email": "plopoyop@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.14"
},
"multi_instance": true,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for gotify",
"fr": "Choisissez un nom de domaine pour gotify"
},
"example": "example.com"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"example": "Choose a password"
}
]
}
}