diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,8 @@ # All available README files by language - [Read the README in English](README.md) +- [Lea el README en español](README_es.md) +- [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) -- [Leggi il “README” in italiano](README_it.md) +- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index d458a4d..2305c44 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Reiverr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=reiverr) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Reiverr quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Reiverr is a project that aims to create a single UI for interacting with TMDB, Jellyfin, Radarr and Sonarr, as well as be an alternative to Overseerr. -**Shipped version:** 0.8.1~ynh1 +**Shipped version:** 1.1.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..b732c9b --- /dev/null +++ b/README_es.md @@ -0,0 +1,49 @@ + + +# Reiverr para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/reiverr.svg)](https://dash.yunohost.org/appci/app/reiverr) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/reiverr.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/reiverr.maintain.svg) + +[![Instalar Reiverr con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=reiverr) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarReiverr rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +Reiverr is a project that aims to create a single UI for interacting with TMDB, Jellyfin, Radarr and Sonarr, as well as be an alternative to Overseerr. + +**Versión actual:** 1.1.1~ynh1 + +## Capturas + +![Captura de Reiverr](./doc/screenshots/screenshot.png) + +## :red_circle: funcionalidades no deseadas + +- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. + +## Documentaciones y recursos + +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/reiverr_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/reiverr_ynh/tree/testing --debug +o +sudo yunohost app upgrade reiverr -u https://github.com/YunoHost-Apps/reiverr_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..cf9b495 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,49 @@ + + +# Reiverr YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/reiverr.svg)](https://dash.yunohost.org/appci/app/reiverr) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/reiverr.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/reiverr.maintain.svg) + +[![Instalatu Reiverr YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=reiverr) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Reiverr YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Reiverr is a project that aims to create a single UI for interacting with TMDB, Jellyfin, Radarr and Sonarr, as well as be an alternative to Overseerr. + +**Paketatutako bertsioa:** 1.1.1~ynh1 + +## Pantaila-argazkiak + +![Reiverr(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) + +## :red_circle: Ezaugarri zalantzagarriak + +- **Alfa softwarea**: Garapenaren hasierako fasean dago. Ezaugarri aldakor edo ezegonkorrak, erroreak eta segurtasun-arazoak izan ditzazke. + +## Dokumentazioa eta baliabideak + +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/reiverr_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/reiverr_ynh/tree/testing --debug +edo +sudo yunohost app upgrade reiverr -u https://github.com/YunoHost-Apps/reiverr_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index cfa2aad..e933f58 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Reiverr est un projet qui a pour objectif de créer une interface utilisateur unique pour intéragir avec TMDB, Jellyfin, Radarr et Sonarr, en plus d’être une alternative à Overseerr. -**Version incluse :** 0.8.1~ynh1 +**Version incluse :** 1.1.1~ynh1 ## Captures d’écran @@ -26,7 +26,7 @@ Reiverr est un projet qui a pour objectif de créer une interface utilisateur un ## :red_circle: Anti-fonctionnalités -- **Logiciel en version alpha**: Le logiciel est au tout début de son développement. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité. +- **Logiciel en version alpha **: Le logiciel est au tout début de son développement. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité. ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index c2e3f1b..ce3b9c8 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,13 +18,13 @@ NON debe editarse manualmente. Reiverr is a project that aims to create a single UI for interacting with TMDB, Jellyfin, Radarr and Sonarr, as well as be an alternative to Overseerr. -**Versión proporcionada:** 0.8.1~ynh1 +**Versión proporcionada:** 1.1.1~ynh1 ## Capturas de pantalla ![Captura de pantalla de Reiverr](./doc/screenshots/screenshot.png) -## :red_circle: Caraterísticas cuestionables +## :red_circle: Debes considerar - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..d8addf2 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,49 @@ + + +# YunoHost 上的 Reiverr + +[![集成程度](https://dash.yunohost.org/integration/reiverr.svg)](https://dash.yunohost.org/appci/app/reiverr) ![工作状态](https://ci-apps.yunohost.org/ci/badges/reiverr.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/reiverr.maintain.svg) + +[![使用 YunoHost 安装 Reiverr](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=reiverr) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Reiverr。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +Reiverr is a project that aims to create a single UI for interacting with TMDB, Jellyfin, Radarr and Sonarr, as well as be an alternative to Overseerr. + +**分发版本:** 1.1.1~ynh1 + +## 截图 + +![Reiverr 的截图](./doc/screenshots/screenshot.png) + +## :red_circle: 负面特征 + +- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. + +## 文档与资源 + +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/reiverr_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/reiverr_ynh/tree/testing --debug +或 +sudo yunohost app upgrade reiverr -u https://github.com/YunoHost-Apps/reiverr_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** diff --git a/manifest.toml b/manifest.toml index fcfc453..aa5ce1f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Reiverr" description.en = "Clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr" description.fr = "Interface claire combinée pour Jellyfin, TMDB, Radarr et Sonarr, en plus d’être un remplaçant d’Overseerr" -version = "0.8.1~ynh1" +version = "1.1.1~ynh1" maintainers = ["Thovi98"] @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/aleksilassila/reiverr/archive/refs/tags/v0.8.1.tar.gz" - sha256 = "3f718a4af54310d545a8423568468a0f772f6fff1a78e3b23c6cb2d2a1fe3f36" + url = "https://github.com/aleksilassila/reiverr/archive/refs/tags/v1.1.1.tar.gz" + sha256 = "2af462960f4364bde95760c8827aa5cbcb56f9b214e420ca6cef73347d8f1acc" autoupdate.strategy = "latest_github_tag" [resources.system_user]