1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00
codimd_ynh/manifest.json
2018-11-21 17:26:37 +01:00

91 lines
2.5 KiB
JSON

{
"name": "CodiMD",
"id": "codimd",
"packaging_format": 1,
"description": {
"en": "CodiMD package for YunoHost.",
"fr": "CodiMD 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 CodiMD",
"fr": "Choisissez un nom de domaine pour CodiMD"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for CodiMD /emby is accepted",
"fr": "Choisissez un chemin pour CodiMD /emby est accepté"
},
"example": "/codimd",
"default": "/codimd"
},
{
"name": "db_user",
"type": "string",
"ask": {
"en": "What user name for the DB ?",
"fr": "Quel nom d'utilisateur pour la DB ?"
},
"example": "codimd",
"default": "codimd"
},
{
"name": "db_pass",
"type": "string",
"ask": {
"en": "What password for the DB ?",
"fr": "Quel mot de passe pour la DB ?"
},
"example": "codimd",
"default": "codimd"
},
{
"name": "db_name",
"type": "string",
"ask": {
"en": "What name for the DB ?",
"fr": "Quel nom pour la DB ?"
},
"example": "codimd",
"default": "codimd"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}