1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
adguardhome_ynh/manifest.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2019-01-09 09:31:49 +01:00
{
"name": "EmbyServer",
"id": "embyserver",
"packaging_format": 1,
"description": {
"en": "EmbyServer package for YunoHost.",
"fr": "EmbyServer 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 EmbyServer",
"fr": "Choisissez un nom de domaine pour EmbyServer"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for EmbyServer /emby is accepted",
"fr": "Choisissez un chemin pour EmbyServer /emby est accepté"
},
"example": "/emby",
"default": "/emby"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}