1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

Update manifest and use README generator

This commit is contained in:
tituspijean 2021-05-26 17:25:07 +02:00
parent 2784b22d18
commit 272267dffd
5 changed files with 35 additions and 6 deletions

0
doc/.gitkeep Normal file
View file

8
doc/DISCLAIMER.md Normal file
View file

@ -0,0 +1,8 @@
* The app relies on YunoHost's LDAP server for users to log in:
* Standard users need the `main` permission;
* Users with the `admin` permission will have access to the administration panel.
* Starting version 10.7.5~ynh2, you can ask for the discovery ports (1900 and 7359) to be opened.
They ease the setting up of your media center between clients and server.
* If you are upgrading to this version and above, set `discovery: '1'` in `/etc/yunohost/apps/jellyfin/settings.yml`
if you want the upgrade to open them for you.

8
doc/DISCLAIMER_fr.md Normal file
View file

@ -0,0 +1,8 @@
* L'app repose sur le serveur LDAP de YunoHost pour gérer les connexions:
* Les utilisateurs standards doivent avoir la permission `main` ;
* Les utilisateurs doivent avoir la permission `admin` pour pouvoir accéder au panneau d'administration.
* À partir de la version 10.7.5~ynh2, vous pouvez demander l'ouverture des ports de découverte (1900 et 7359).
Ils facilitent la mise en place de votre système multimédia entre les clients et le serveur.
* Si vous mettez à jour vers cette version et les suivantes, mettez `discovery: '1'` dans `/etc/yunohost/apps/jellyfin/settings.yml`
si vous voulez que la mise à jour les ouvre pour vous.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View file

@ -6,13 +6,26 @@
"en": "Media System that manage and stream your media.",
"fr": "Système multimédia qui gère et diffuse vos médias."
},
"version": "10.7.5~ynh1",
"url": "https://github.com/jellyfin/jellyfin",
"license": "GPL-2.0-only",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
"version": "10.7.5~ynh2",
"url": "https://jellyfin.org",
"upstream": {
"license": "GPL-2.0-only",
"website": "https://jellyfin.org",
"demo": "https://demo.jellyfin.org/stable/web/index.html",
"userdoc": "https://jellyfin.org/docs/",
"code": "https://github.com/jellyfin/jellyfin"
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"previous_maintainers": [
{
"name": "liberodark",
"email": "liberodark@gmail.com"
}
],
"requirements": {
"yunohost": ">= 4.1.3"
},