Browse Source

Update Autobrr to 1.34.1 (#909)

main
smolgrrr 1 year ago
committed by GitHub
parent
commit
d74562abae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      autobrr/docker-compose.yml
  2. 18
      autobrr/umbrel-app.yml

2
autobrr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: ghcr.io/autobrr/autobrr:v1.33.0@sha256:e7e39742d4340e3f361f7d645115c796e539671a98dcad02f5ee969dce71a393
image: ghcr.io/autobrr/autobrr:v1.34.1@sha256:7a21e928f9e6fe608c99ea01714cd261f093adc640cb104848651a264cb490b2
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"

18
autobrr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: autobrr
category: media
name: autobrr
version: "1.33.0"
version: "1.34.1"
tagline: Modern, easy to use download automation for torrents and usenet
description: >-
autobrr is the modern download automation tool for torrents and usenet.
@ -17,7 +17,21 @@ description: >-
It then sends that torrent file to a download client of your choice. A download client can be anything from qBittorrent, Deluge, Radarr, Sonarr, watch folder, and more.
releaseNotes: >-
This is a minor release that includes bug fixes and performance improvements. Full release notes are available at https://github.com/autobrr/autobrr/releases.
This update takes autobrr from version 1.33.0 to 1.34.1, and includes the following changes:
- ui overhaul
- log connection errors
- support optional bot mode
- verify external autobrr.com URLs
- and many more...
Full release notes are available at https://github.com/autobrr/autobrr/releases.
developer: autobrr
website: https://autobrr.com/
dependencies: []

Loading…
Cancel
Save