mirror of
https://github.com/YunoHost-Apps/autobrr_ynh.git
synced 2024-09-03 18:15:56 +02:00
commit
586652c6e6
3 changed files with 4 additions and 7 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some.
|
autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some.
|
||||||
|
|
||||||
**Shipped version:** 1.23.0~ynh1
|
**Shipped version:** 1.23.0~ynh2
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@ autobrr is the modern download automation tool for torrents and usenet. With ins
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://autobrr.com/>
|
* Official app website: <https://autobrr.com/>
|
||||||
* Official admin documentation: <https://yunohost.org/packaging_apps>
|
|
||||||
* Upstream app code repository: <https://github.com/autobrr/autobrr>
|
* Upstream app code repository: <https://github.com/autobrr/autobrr>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_autobrr>
|
* YunoHost documentation for this app: <https://yunohost.org/app_autobrr>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/autobrr_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/autobrr_ynh/issues>
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
autobrr est l'outil d'automatisation de téléchargement moderne pour torrents et usenet. Avec l'inspiration et les idées d'outils comme trackarr, autodl-irssi et flexget, nous avons construit un outil qui peut tout faire, et plus encore.
|
autobrr est l'outil d'automatisation de téléchargement moderne pour torrents et usenet. Avec l'inspiration et les idées d'outils comme trackarr, autodl-irssi et flexget, nous avons construit un outil qui peut tout faire, et plus encore.
|
||||||
|
|
||||||
**Version incluse :** 1.23.0~ynh1
|
**Version incluse :** 1.23.0~ynh2
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@ autobrr est l'outil d'automatisation de téléchargement moderne pour torrents e
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://autobrr.com/>
|
* Site officiel de l’app : <https://autobrr.com/>
|
||||||
* Documentation officielle de l’admin : <https://yunohost.org/packaging_apps>
|
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/autobrr/autobrr>
|
* Dépôt de code officiel de l’app : <https://github.com/autobrr/autobrr>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_autobrr>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_autobrr>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/autobrr_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/autobrr_ynh/issues>
|
||||||
|
|
|
@ -5,18 +5,17 @@ name = "Autobrr"
|
||||||
description.en = "Modern, easy to use download automation for torrents and usenet"
|
description.en = "Modern, easy to use download automation for torrents and usenet"
|
||||||
description.fr = "Automatisation de téléchargement pour les torrents et Usenet"
|
description.fr = "Automatisation de téléchargement pour les torrents et Usenet"
|
||||||
|
|
||||||
version = "1.23.0~ynh1"
|
version = "1.23.0~ynh2"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
website = "https://autobrr.com/"
|
website = "https://autobrr.com/"
|
||||||
admindoc = "https://yunohost.org/packaging_apps"
|
|
||||||
code = "https://github.com/autobrr/autobrr"
|
code = "https://github.com/autobrr/autobrr"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.17"
|
yunohost = ">= 11.1.19"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue