mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
* Manifestv2 * add back user and install_dir to manifest * Update manifest.toml * rewrite update_version.sh in python for toml * Bump jellyfin-ffmpeg to 6.0-6 as #136 (Thanks @Tagadda) * Only add user to render group if not already * Remove line_match from ynh_systemd_actions : they actually just match when systemctl returns * Fix upgrade: uninstall previous packages * Installation of deb packages will overwrite the configuration files, so to prevent a warning we backup those files beforehand. * Test with a long sleep * Auto-update README * update_version: fix linter * Add ldap to update_version.py * Revert sleep 30 from debugging * Do not remove packages during upgrade * Fix upgrade again --------- Co-authored-by: Félix Piédallu <felix@piedallu.me> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
12 lines
699 B
Markdown
12 lines
699 B
Markdown
* 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.
|
|
|
|
* The app can access YunoHost's multimedia directories:
|
|
|
|
Choose one of the folders in `/home/yunohost.multimedia/share` upon configuration of your libraries.
|
|
|
|
* 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.
|