mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Fix manifest
This commit is contained in:
parent
a570cc9250
commit
f0e7da167f
1 changed files with 4 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "The free software media system that puts you in control of managing and streaming your media.",
|
"en": "The free software media system that puts you in control of managing and streaming your media.",
|
||||||
"fr": "Le système multimédia libre qui vous donne le contrôle pour gérer et diffuser vos médias."
|
"fr": "Le système multimédia libre qui vous donne le contrôle pour gérer et diffuser vos médias."
|
||||||
},
|
},
|
||||||
"version": "10.6.4",
|
"version": "10.6.4~ynh1",
|
||||||
"url": "https://github.com/jellyfin/jellyfin",
|
"url": "https://github.com/jellyfin/jellyfin",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
"email": "liberodark@gmail.com"
|
"email": "liberodark@gmail.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 2.7.2"
|
"yunohost": ">= 3.8.1"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -30,7 +30,6 @@
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
|
@ -41,7 +40,6 @@
|
||||||
"example": "/jellyfin",
|
"example": "/jellyfin",
|
||||||
"default": "/jellyfin"
|
"default": "/jellyfin"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
@ -49,7 +47,7 @@
|
||||||
"en": "Is it a public site?",
|
"en": "Is it a public site?",
|
||||||
"fr": "Est-ce un site public ?"
|
"fr": "Est-ce un site public ?"
|
||||||
},
|
},
|
||||||
"default": "true"
|
"default": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue