chore(autobrr): bump version 1.23.0
This commit is contained in:
parent
147dc0d7f6
commit
3e00999994
|
|
@ -6,7 +6,7 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "autobrr",
|
"id": "autobrr",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "v1.19.0",
|
"version": "v1.23.0",
|
||||||
"categories": ["media"],
|
"categories": ["media"],
|
||||||
"description": "autobrr is the modern download automation tool for torrents. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some.",
|
"description": "autobrr is the modern download automation tool for torrents. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some.",
|
||||||
"short_desc": "Automation for downloads.",
|
"short_desc": "Automation for downloads.",
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
version: "3"
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
autobrr:
|
autobrr:
|
||||||
container_name: autobrr
|
container_name: autobrr
|
||||||
image: ghcr.io/autobrr/autobrr:v1.19.0
|
image: ghcr.io/autobrr/autobrr:v1.23.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:7474
|
- ${APP_PORT}:7474
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/autobrr:/config
|
- ${APP_DATA_DIR}/data/autobrr:/config
|
||||||
user: "1000:1000"
|
user: '1000:1000'
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
# [](https://github.com/autobrr/autobrr#----autobrr)[](https://github.com/autobrr/autobrr/blob/develop/.github/images/logo.png)
|
|
||||||
autobrr
|
|
||||||
|
|
||||||
autobrr is the modern download automation tool for torrents. 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. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some.
|
||||||
|
|
||||||
[](https://github.com/autobrr/autobrr/blob/develop/.github/images/autobrr-front.png)
|
[](https://github.com/autobrr/autobrr/blob/develop/.github/images/autobrr-front.png)
|
||||||
|
|
@ -11,27 +8,27 @@ Installation guide and documentation can be found at [https://autobrr.com](https
|
||||||
|
|
||||||
## [](https://github.com/autobrr/autobrr#key-features)Key features
|
## [](https://github.com/autobrr/autobrr#key-features)Key features
|
||||||
|
|
||||||
- Support for 60+ trackers with IRC announces
|
- Support for 60+ trackers with IRC announces
|
||||||
- Torznab/RSS support via Prowlarr to easily get access to hundreds of trackers
|
- Torznab/RSS support via Prowlarr to easily get access to hundreds of trackers
|
||||||
- Powerful but simple filtering with RegEx support (like in autodl-irssi)
|
- Powerful but simple filtering with RegEx support (like in autodl-irssi)
|
||||||
- Easy to use and mobile friendly web UI (with dark mode!) to manage everything
|
- Easy to use and mobile friendly web UI (with dark mode!) to manage everything
|
||||||
- Built on Go and React making autobrr lightweight and perfect for supporting multiple platforms (Linux, FreeBSD, Windows, macOS) on different architectures (e.g. x86, ARM)
|
- Built on Go and React making autobrr lightweight and perfect for supporting multiple platforms (Linux, FreeBSD, Windows, macOS) on different architectures (e.g. x86, ARM)
|
||||||
- Great container support (Docker, k8s/Kubernetes)
|
- Great container support (Docker, k8s/Kubernetes)
|
||||||
- Database engine supporting both PostgreSQL and SQLite
|
- Database engine supporting both PostgreSQL and SQLite
|
||||||
- Notifications (Discord, Telegram, Notifiarr)
|
- Notifications (Discord, Telegram, Notifiarr)
|
||||||
- One autobrr instance can communicate with multiple clients (both torrent and \*arr) on remote servers
|
- One autobrr instance can communicate with multiple clients (both torrent and \*arr) on remote servers
|
||||||
- Base path / Subfolder (and subdomain) support for convenient reverse-proxy support
|
- Base path / Subfolder (and subdomain) support for convenient reverse-proxy support
|
||||||
|
|
||||||
Available download clients and actions
|
Available download clients and actions
|
||||||
|
|
||||||
- qBittorrent (with built in re-announce, categories, rules, max active downloads, etc)
|
- qBittorrent (with built in re-announce, categories, rules, max active downloads, etc)
|
||||||
- Deluge v1+ and v2+
|
- Deluge v1+ and v2+
|
||||||
- rTorrent
|
- rTorrent
|
||||||
- Transmission
|
- Transmission
|
||||||
- Sonarr, Radarr, Lidarr, Whisparr and Readarr (pushes releases directly to them and gets in the early swarm, instead of getting them via RSS when it's already over)
|
- Sonarr, Radarr, Lidarr, Whisparr and Readarr (pushes releases directly to them and gets in the early swarm, instead of getting them via RSS when it's already over)
|
||||||
- Watch folder
|
- Watch folder
|
||||||
- Exec custom scripts
|
- Exec custom scripts
|
||||||
- Webhook
|
- Webhook
|
||||||
|
|
||||||
## [](https://github.com/autobrr/autobrr#what-is-autobrr-and-how-does-it-fit-into-the-ecosystem)What is autobrr and how does it fit into the ecosystem?
|
## [](https://github.com/autobrr/autobrr#what-is-autobrr-and-how-does-it-fit-into-the-ecosystem)What is autobrr and how does it fit into the ecosystem?
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue
Block a user