Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submission: autobrr #731

Merged
merged 3 commits into from Oct 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Empty file added autobrr/data/.gitkeep
Empty file.
16 changes: 16 additions & 0 deletions 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 changes: 33 additions & 0 deletions 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