mirror of
https://github.com/YunoHost-Apps/radarr_ynh.git
synced 2024-09-03 20:16:13 +02:00
Merge pull request #16 from YunoHost-Apps/testing
This commit is contained in:
commit
9ee548d927
6 changed files with 35 additions and 33 deletions
23
README.md
23
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Radarr for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/radarr)  
|
||||
[](https://dash.yunohost.org/appci/app/radarr)  
|
||||
[](https://install-app.yunohost.org/?app=radarr)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,13 +17,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
A movie collection manager for Usenet and BitTorrent users.
|
||||
|
||||
**Shipped version:** 4.1.0.6175~ynh1
|
||||
|
||||
|
||||
**Shipped version:** 4.2.4.6635~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -34,21 +32,22 @@ A movie collection manager for Usenet and BitTorrent users.
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://radarr.video
|
||||
* Official admin documentation: https://wiki.servarr.com/Radarr
|
||||
* Upstream app code repository: https://github.com/Radarr/Radarr
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_radarr
|
||||
* Report a bug: https://github.com/YunoHost-Apps/radarr_ynh/issues
|
||||
* Official app website: <https://radarr.video>
|
||||
* Official admin documentation: <https://wiki.servarr.com/Radarr>
|
||||
* Upstream app code repository: <https://github.com/Radarr/Radarr>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_radarr>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/radarr_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/radarr_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/radarr_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade radarr -u https://github.com/YunoHost-Apps/radarr_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Radarr pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/radarr)  
|
||||
[](https://dash.yunohost.org/appci/app/radarr)  
|
||||
[](https://install-app.yunohost.org/?app=radarr)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Radarr 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.*
|
||||
|
@ -13,13 +17,11 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Un gestionnaire de filmothèque pour utilisateurs de Usenet et BitTorrent.
|
||||
|
||||
**Version incluse :** 4.1.0.6175~ynh1
|
||||
|
||||
|
||||
**Version incluse :** 4.2.4.6635~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -30,21 +32,22 @@ Un gestionnaire de filmothèque pour utilisateurs de Usenet et BitTorrent.
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://radarr.video
|
||||
* Documentation officielle de l'admin : https://wiki.servarr.com/Radarr
|
||||
* Dépôt de code officiel de l'app : https://github.com/Radarr/Radarr
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_radarr
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/radarr_ynh/issues
|
||||
* Site officiel de l'app : <https://radarr.video>
|
||||
* Documentation officielle de l'admin : <https://wiki.servarr.com/Radarr>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/Radarr/Radarr>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_radarr>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/radarr_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/radarr_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/radarr_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade radarr -u https://github.com/YunoHost-Apps/radarr_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.1.0.6175/Radarr.master.4.1.0.6175.linux-core-arm.tar.gz
|
||||
SOURCE_SUM=e89d16862c6a97ff3929c06547b2581f3df3cb29be6e26b54e0406774fee1693
|
||||
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.2.4.6635/Radarr.master.4.2.4.6635.linux-core-arm.tar.gz
|
||||
SOURCE_SUM=5143255da8d5d1690a8088d6552d8194d0adc64cce6bf92064d0a9da676204e9
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.1.0.6175/Radarr.master.4.1.0.6175.linux-core-arm64.tar.gz
|
||||
SOURCE_SUM=39a088da778bf1b3057ff42e6446572ae6602419d44fe4365cc0a17d2a85e417
|
||||
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.2.4.6635/Radarr.master.4.2.4.6635.linux-core-arm64.tar.gz
|
||||
SOURCE_SUM=806eebe06ea21cb64f923478dee0fab376f79a2b534f6c9f1b161dc0f948f03d
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.1.0.6175/Radarr.master.4.1.0.6175.linux-core-x64.tar.gz
|
||||
SOURCE_SUM=de8c42060fa5c4df1e19a4b592620ad242f6a9434e2c784b9e430f98f959732c
|
||||
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.2.4.6635/Radarr.master.4.2.4.6635.linux-core-x64.tar.gz
|
||||
SOURCE_SUM=91d634462656acf09a5c3196867258da318e3bd87458d4674fe090d759781e8c
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "A movie collection manager for Usenet and BitTorrent users.",
|
||||
"fr": "Un gestionnaire de filmothèque pour utilisateurs de Usenet et BitTorrent."
|
||||
},
|
||||
"version": "4.1.0.6175~ynh1",
|
||||
"version": "4.2.4.6635~ynh1",
|
||||
"url": "https://radarr.video",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
|
@ -14,7 +14,7 @@
|
|||
"admindoc": "https://wiki.servarr.com/Radarr",
|
||||
"code": "https://github.com/Radarr/Radarr"
|
||||
},
|
||||
"license": "MIT",
|
||||
"license": "GPL-3.0-only",
|
||||
"maintainer": {
|
||||
"name": "tituspijean",
|
||||
"email": "tituspijean@outlook.com"
|
||||
|
|
Loading…
Add table
Reference in a new issue