chore(autobrr): bump version 1.23.0

This commit is contained in:
Nicolas Meienberger 2023-04-03 22:17:57 +02:00
parent 147dc0d7f6
commit 3e00999994
4 changed files with 24 additions and 27 deletions

View File

@ -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.",

View File

@ -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:

View File

@ -1,6 +1,3 @@
# [](https://github.com/autobrr/autobrr#----autobrr)[![autobrr logo](https://github.com/autobrr/autobrr/raw/develop/.github/images/logo.png)](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.
[![autobrr ui](https://github.com/autobrr/autobrr/raw/develop/.github/images/autobrr-front.png)](https://github.com/autobrr/autobrr/blob/develop/.github/images/autobrr-front.png) [![autobrr ui](https://github.com/autobrr/autobrr/raw/develop/.github/images/autobrr-front.png)](https://github.com/autobrr/autobrr/blob/develop/.github/images/autobrr-front.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 19 KiB