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

Merge pull request #3 from YunoHost-Apps/testing

Testing
This commit is contained in:
Thomas 2023-08-06 11:30:59 +02:00 committed by GitHub
commit 4a9772ea6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 5 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers! Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers!
**Shipped version:** 1.5.0~ynh2 **Shipped version:** 1.6.0~ynh1
## Screenshots ## Screenshots

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Jellyseerr est une application libre et open source pour gérer les requêtes pour votre médiathèque. Cest un fork de Overseerr, créé pour ajouter le support des serveurs Jellyfin et Emby! Jellyseerr est une application libre et open source pour gérer les requêtes pour votre médiathèque. Cest un fork de Overseerr, créé pour ajouter le support des serveurs Jellyfin et Emby!
**Version incluse :** 1.5.0~ynh2 **Version incluse :** 1.6.0~ynh1
## Captures décran ## Captures décran

View file

@ -5,7 +5,7 @@ name = "Jellyseerr"
description.en = "Media request management and discovery tool for Jellyfin, Radarr, and Sonarr" description.en = "Media request management and discovery tool for Jellyfin, Radarr, and Sonarr"
description.fr = "Outil de gestion de demandes et de découverte de médias pour Jellyfin, Radarr, et Sonarr" description.fr = "Outil de gestion de demandes et de découverte de médias pour Jellyfin, Radarr, et Sonarr"
version = "1.5.0~ynh2" version = "1.6.0~ynh1"
maintainers = ["Thovi98"] maintainers = ["Thovi98"]
@ -37,8 +37,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/Fallenbagel/jellyseerr/archive/refs/tags/v1.5.0.tar.gz" url = "https://github.com/Fallenbagel/jellyseerr/archive/refs/tags/v1.6.0.tar.gz"
sha256 = "0bcfb5a73fff85a1ca4b521e33bc36263ba40be71144efcac140079a3fe14f80" sha256 = "f51014752e679d558c5c0ba6e3df363a1ef6c16b8a5176dbc0a4d3f3301ef156"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"

View file

@ -55,6 +55,9 @@ pushd $install_dir
ynh_script_progression --message="Building Yarn dev dependencies... This can be very long, be patient !" --weight=25 ynh_script_progression --message="Building Yarn dev dependencies... This can be very long, be patient !" --weight=25
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run build
ynh_script_progression --message="Cleaning cache... " --weight=3
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean 2>&1
popd popd

View file

@ -45,6 +45,9 @@ pushd $install_dir
ynh_script_progression --message="Building Yarn dev dependencies... This can be very long, be patient !" --weight=25 ynh_script_progression --message="Building Yarn dev dependencies... This can be very long, be patient !" --weight=25
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run build
ynh_script_progression --message="Cleaning cache... " --weight=3
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean 2>&1
popd popd