mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
65 lines
1.8 KiB
JSON
65 lines
1.8 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.0.22~ynh1",
|
||
"url": "http://gotify.net",
|
||
"license": "MIT",
|
||
"maintainer": {
|
||
"name": "plopoyop",
|
||
"email": "plopoyop@gmail.com"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 3.8.1"
|
||
},
|
||
"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": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for Gotify",
|
||
"fr": "Choisissez un chemin pour Gotify"
|
||
},
|
||
"example": "/gotify",
|
||
"default": "/gotify"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"ask": {
|
||
"en": "Choose an admin user",
|
||
"fr": "Choisissez l’administrateur"
|
||
},
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"name": "password",
|
||
"type": "password",
|
||
"ask": {
|
||
"en": "Set the administrator password",
|
||
"fr": "Définissez le mot de passe administrateur"
|
||
},
|
||
"example": "Choose a password"
|
||
}
|
||
]
|
||
}
|
||
}
|