mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
commit
10be9b9c1d
4 changed files with 4 additions and 3 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
|
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 10.8.11~ynh1
|
**Shipped version:** 10.8.11~ynh2
|
||||||
|
|
||||||
**Demo:** https://demo.jellyfin.org/stable/web/index.html
|
**Demo:** https://demo.jellyfin.org/stable/web/index.html
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Jellyfin vous permet de collecter, gérer et diffuser vos médias. Exécutez le serveur Jellyfin sur votre système et accédez au principal système de divertissement à logiciel libre.
|
Jellyfin vous permet de collecter, gérer et diffuser vos médias. Exécutez le serveur Jellyfin sur votre système et accédez au principal système de divertissement à logiciel libre.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 10.8.11~ynh1
|
**Version incluse :** 10.8.11~ynh2
|
||||||
|
|
||||||
**Démo :** https://demo.jellyfin.org/stable/web/index.html
|
**Démo :** https://demo.jellyfin.org/stable/web/index.html
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Media System that manage and stream your media",
|
"en": "Media System that manage and stream your media",
|
||||||
"fr": "Système multimédia qui gère et diffuse vos médias"
|
"fr": "Système multimédia qui gère et diffuse vos médias"
|
||||||
},
|
},
|
||||||
"version": "10.8.11~ynh1",
|
"version": "10.8.11~ynh2",
|
||||||
"url": "https://jellyfin.org",
|
"url": "https://jellyfin.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0-only",
|
"license": "GPL-2.0-only",
|
||||||
|
|
|
@ -94,6 +94,7 @@ ynh_script_progression --message="Removing various files..." --weight=1
|
||||||
ynh_secure_remove --file="$final_path"
|
ynh_secure_remove --file="$final_path"
|
||||||
ynh_secure_remove --file="$config_path"
|
ynh_secure_remove --file="$config_path"
|
||||||
ynh_secure_remove --file="/etc/systemd/system/jellyfin.service.d"
|
ynh_secure_remove --file="/etc/systemd/system/jellyfin.service.d"
|
||||||
|
ynh_secure_remove --file="/etc/sudoers.d/jellyfin-sudoers"
|
||||||
|
|
||||||
# Remove the log files
|
# Remove the log files
|
||||||
ynh_secure_remove --file="/var/log/$app"
|
ynh_secure_remove --file="/var/log/$app"
|
||||||
|
|
Loading…
Add table
Reference in a new issue