Browse Source

Update autobrr to v1.33.0 (#830)

main
Nathan Fretz 1 year ago
committed by GitHub
parent
commit
7bd08efef7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      autobrr/docker-compose.yml
  2. 4
      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.31.0@sha256:4c915f2710dedfdb9030f886cfb0714013c65d2463b703c2823fed986d97866e
image: ghcr.io/autobrr/autobrr:v1.33.0@sha256:e7e39742d4340e3f361f7d645115c796e539671a98dcad02f5ee969dce71a393
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"

4
autobrr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: autobrr
category: media
name: autobrr
version: "1.31.0"
version: "1.33.0"
tagline: Modern, easy to use download automation for torrents and usenet
description: >-
autobrr is the modern download automation tool for torrents and usenet.
@ -16,6 +16,8 @@ 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.
developer: autobrr
website: https://autobrr.com/
dependencies: []

Loading…
Cancel
Save