1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00
pufferpanel_ynh/manifest.json
2019-01-04 16:58:18 +01:00

84 lines
2.7 KiB
JSON

{
"name": "PufferPanel",
"id": "pufferpannel",
"packaging_format": 1,
"description": {
"en": "PufferPanel package for YunoHost.",
"fr": "PufferPanel pour YunoHost."
},
"version": "3.5.3.0",
"url": "https://emby.media/",
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for PufferPanel",
"fr": "Choisissez un nom de domaine pour PufferPanel"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for PufferPanel /puffer is accepted",
"fr": "Choisissez un chemin pour PufferPanel /puffer est accepté"
},
"example": "/puffer",
"default": "/puffer"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
},
{
"name": "email",
"type": "email",
"ask": {
"en": "Set the administrator email",
"fr": "Définissez l'email administrateur"
},
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a email"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password"
}
]
}
}