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 #21 from YunoHost-Apps/testing

Testing
This commit is contained in:
Thomas 2024-06-13 06:56:29 +02:00 committed by GitHub
commit 3c347b4a97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 15 additions and 24 deletions

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
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.9.0~ynh1
**Shipped version:** 1.9.1~ynh1
## Screenshots

View file

@ -18,7 +18,7 @@ No se debe editar a mano.
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!
**Versión actual:** 1.9.0~ynh1
**Versión actual:** 1.9.1~ynh1
## Capturas

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
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!
**Paketatutako bertsioa:** 1.9.0~ynh1
**Paketatutako bertsioa:** 1.9.1~ynh1
## Pantaila-argazkiak

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
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.9.0~ynh1
**Version incluse:** 1.9.1~ynh1
## Captures décran

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
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!
**Versión proporcionada:** 1.9.0~ynh1
**Versión proporcionada:** 1.9.1~ynh1
## Capturas de pantalla

View file

@ -18,7 +18,7 @@
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!
**分发版本:** 1.9.0~ynh1
**分发版本:** 1.9.1~ynh1
## 截图

View file

@ -7,7 +7,7 @@ name = "Jellyseerr"
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"
version = "1.9.0~ynh1"
version = "1.9.1~ynh1"
maintainers = ["Thovi98"]
@ -38,8 +38,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/Fallenbagel/jellyseerr/archive/refs/tags/v1.9.0.tar.gz"
sha256 = "6f674e44e7fb51a891573636720b488a09aa86f05f5c0166099a53dcdabf7d11"
url = "https://github.com/Fallenbagel/jellyseerr/archive/refs/tags/v1.9.1.tar.gz"
sha256 = "fec651f015e8aa5727f8cab09e39ced299657625cd34e33e81062c9ed37c67e0"
autoupdate.strategy = "latest_github_tag"
@ -54,3 +54,8 @@ ram.runtime = "50M"
[resources.ports]
main.default = 5055
[resources.apt]
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"

View file

@ -16,12 +16,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=5
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
# Install Yarn
ynh_npm install --global yarn
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
@ -52,7 +46,6 @@ ynh_add_nginx_config
pushd $install_dir
ynh_use_nodejs
ynh_script_progression --message="Fetching Yarn dev dependencies... This can be very long, be patient !" --weight=18
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --network-timeout=100000

View file

@ -25,12 +25,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=5
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
# Install Yarn
ynh_npm install --global yarn
#=================================================
# "REBUILD" THE APP (DEPLOY NEW SOURCES, RERUN NPM BUILD...)
#=================================================
@ -52,7 +46,6 @@ ynh_script_progression --message="Building app... This may take quiete some time
pushd $install_dir
ynh_use_nodejs
ynh_script_progression --message="Fetching Yarn dev dependencies... This can be very long, be patient !" --weight=18
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --network-timeout=100000