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

Merge pull request #138 from YunoHost-Apps/testing

Testing
This commit is contained in:
tituspijean 2023-09-26 22:03:53 +02:00 committed by GitHub
commit 10be9b9c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -19,7 +19,7 @@ Si vous navez 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

View file

@ -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",

View file

@ -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"