1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prowlarr_ynh.git synced 2024-09-03 20:16:07 +02:00

Merge pull request #36 from YunoHost-Apps/testing

Testing
This commit is contained in:
tituspijean 2023-04-06 00:09:22 +02:00 committed by GitHub
commit 5dda0984c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 48 additions and 32 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch the source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run the updater script
@ -33,7 +33,7 @@ jobs:
- name: Create Pull Request
id: cpr
if: ${{ env.PROCEED == 'true' }}
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update to version ${{ env.VERSION }}

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Prowlarr for YunoHost
[![Integration level](https://dash.yunohost.org/integration/prowlarr.svg)](https://dash.yunohost.org/appci/app/prowlarr) ![Working status](https://ci-apps.yunohost.org/ci/badges/prowlarr.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/prowlarr.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/prowlarr.svg)](https://dash.yunohost.org/appci/app/prowlarr) ![Working status](https://ci-apps.yunohost.org/ci/badges/prowlarr.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/prowlarr.maintain.svg)
[![Install Prowlarr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=prowlarr)
*[Lire ce readme en français.](./README_fr.md)*
@ -15,9 +16,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
Complete management of your indexers for Radarr, Sonarr, Lidarr, ...
Complete management of your indexers for Radarr, Sonarr, Lidarr...
**Shipped version:** 1.0.0.2171~ynh1
**Shipped version:** 1.3.2.2984~ynh1
## Screenshots

View file

@ -5,23 +5,24 @@ It shall NOT be edited by hand.
# Prowlarr pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/prowlarr.svg)](https://dash.yunohost.org/appci/app/prowlarr) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/prowlarr.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/prowlarr.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/prowlarr.svg)](https://dash.yunohost.org/appci/app/prowlarr) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/prowlarr.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/prowlarr.maintain.svg)
[![Installer Prowlarr avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=prowlarr)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Prowlarr rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
> *Ce package vous permet dinstaller Prowlarr rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr, ...
Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr...
**Version incluse :** 1.0.0.2171~ynh1
**Version incluse :** 1.3.2.2984~ynh1
## Captures d'écran
## Captures décran
![Capture d'écran de Prowlarr](./doc/screenshots/screenshot.jpg)
![Capture décran de Prowlarr](./doc/screenshots/screenshot.jpg)
## Avertissements / informations importantes
@ -31,9 +32,9 @@ Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr, ...
## Documentations et ressources
* Site officiel de l'app : <https://prowlarr.com>
* Documentation officielle de l'admin : <https://wiki.servarr.com/prowlarr>
* Dépôt de code officiel de l'app : <https://github.com/Prowlarr/Prowlarr>
* Site officiel de lapp : <https://prowlarr.com>
* Documentation officielle de ladmin : <https://wiki.servarr.com/prowlarr>
* Dépôt de code officiel de lapp : <https://github.com/Prowlarr/Prowlarr>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_prowlarr>
* Signaler un bug : <https://github.com/YunoHost-Apps/prowlarr_ynh/issues>
@ -49,4 +50,4 @@ ou
sudo yunohost app upgrade prowlarr -u https://github.com/YunoHost-Apps/prowlarr_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v1.0.0.2171/Prowlarr.develop.1.0.0.2171.linux-core-arm.tar.gz
SOURCE_SUM=2db406c91bfd40b26a2231530eadad9487b3a6d0de94c9792a56234591f26b4b
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v1.3.2.2984/Prowlarr.develop.1.3.2.2984.linux-core-arm.tar.gz
SOURCE_SUM=d1ffd6b594f8ccff210c0b8fa58d81b8bf0eeda7af327377ac1392b32d0eecb9
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v1.0.0.2171/Prowlarr.develop.1.0.0.2171.linux-core-arm64.tar.gz
SOURCE_SUM=92db3aa4e29a055aebdee39b6bd517b0c2e7cc003911a95f664fafe4f2aa6cc4
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v1.3.2.2984/Prowlarr.develop.1.3.2.2984.linux-core-arm64.tar.gz
SOURCE_SUM=f798a7b0935545cc66a318a454950695b536557144fc4cb2d4e3116ff933a9b6
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v1.0.0.2171/Prowlarr.develop.1.0.0.2171.linux-core-x64.tar.gz
SOURCE_SUM=3980993cff30dc74b1a61f268393160ec8c6eee6d216c3eda44418ed3589d7df
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v1.3.2.2984/Prowlarr.develop.1.3.2.2984.linux-core-x64.tar.gz
SOURCE_SUM=710218900c63a9399a481d6d66be6661f7f0b8ceae6f583663dcd2ca7b32b7f1
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,12 @@
<UrlBase>__PATH__</UrlBase>
<BindAddress>127.0.0.1</BindAddress>
<ApiKey>__API_KEY__</ApiKey>
<AuthenticationMethod>None</AuthenticationMethod>
<AuthenticationMethod>External</AuthenticationMethod>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<Branch>develop</Branch>
<AuthenticationRequired>disabledForLocalAddresses</AuthenticationRequired>
<InstanceName>Prowlarr</InstanceName>
<LaunchBrowser>False</LaunchBrowser>
<SslCertPath></SslCertPath>
<SslCertPassword></SslCertPassword>
</Config>

View file

@ -3,10 +3,10 @@
"id": "prowlarr",
"packaging_format": 1,
"description": {
"en": "Complete management of your indexers for Radarr, Sonarr, Lidarr, ...",
"fr": "Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr, ..."
"en": "Complete management of your indexers for Radarr, Sonarr, Lidarr...",
"fr": "Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr..."
},
"version": "1.0.0.2171~ynh1",
"version": "1.3.2.2984~ynh1",
"url": "https://prowlarr.com",
"upstream": {
"license": "GPL-3.0-only",
@ -20,7 +20,7 @@
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 4.3"
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [

View file

@ -126,7 +126,7 @@ chown $app "$data_path/config.xml"
#=================================================
ynh_script_progression --message="Starting a systemd service..." --time --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="CommandExecutor: Starting"
#=================================================
# RELOAD NGINX

View file

@ -171,7 +171,10 @@ yunohost service add $app --description="Prowlarr daemon" --log="$data_path/logs
ynh_script_progression --message="Starting a systemd service..." --weight=2
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="CommandExecutor: Starting"
# FIXME Update config.xml checksum, for a mere file ending with or without a new line...
ynh_store_file_checksum --file="$data_path/config.xml"
#=================================================
# SETUP SSOWAT

View file

@ -126,7 +126,10 @@ yunohost service add $app --description="Prowlarr daemon" --log="$data_path/logs
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="CommandExecutor: Starting"
# FIXME Update config.xml checksum, for a mere file ending with or without a new line...
ynh_store_file_checksum --file="$data_path/config.xml"
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION

View file

@ -165,7 +165,10 @@ yunohost service add $app --description="Prowlarr daemon" --log="$data_path/logs
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="CommandExecutor: Starting"
# FIXME Update config.xml checksum, for a mere file ending with or without a new line...
ynh_store_file_checksum --file="$data_path/config.xml"
#=================================================
# RELOAD NGINX