Browse Source

App Submission: autobrr (#731)

main
Fabricio Silva 1 year ago
committed by GitHub
parent
commit
b01f128b43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      autobrr/data/.gitkeep
  2. 16
      autobrr/docker-compose.yml
  3. 33
      autobrr/umbrel-app.yml

0
autobrr/data/.gitkeep

16
autobrr/docker-compose.yml

@ -0,0 +1,16 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: autobrr_web_1
APP_PORT: 7474
PROXY_AUTH_ADD: "false"
web:
image: ghcr.io/autobrr/autobrr:v1.31.0@sha256:4c915f2710dedfdb9030f886cfb0714013c65d2463b703c2823fed986d97866e
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"
volumes:
- ${APP_DATA_DIR}/data:/config

33
autobrr/umbrel-app.yml

@ -0,0 +1,33 @@
manifestVersion: 1
id: autobrr
category: media
name: autobrr
version: "1.31.0"
tagline: Modern, easy to use download automation for torrents and usenet
description: >-
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.
Many indexers announce new torrents on their IRC channels the second it is uploaded to the site.
autobrr monitors such channels in real time and grabs the torrent file as soon as it's uploaded based on certain conditions that you set up within autobrr.
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.
developer: autobrr
website: https://autobrr.com/
dependencies: []
repo: https://github.com/autobrr/autobrr
support: https://autobrr.com/introduction
port: 7474
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: fabricionaweb
submission: https://github.com/getumbrel/umbrel-apps/pull/731
Loading…
Cancel
Save