diff --git a/doc/.gitkeep b/doc/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..df7c459 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -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. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..d5d7731 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -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. diff --git a/doc/screenshots/jellyfin.png b/doc/screenshots/jellyfin.png new file mode 100644 index 0000000..854627d Binary files /dev/null and b/doc/screenshots/jellyfin.png differ diff --git a/manifest.json b/manifest.json index cec2af4..299061c 100644 --- a/manifest.json +++ b/manifest.json @@ -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" },