Skip to content

Commit

Permalink
App Submission: autobrr
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricionaweb committed Sep 26, 2023
1 parent 87b8d0c commit 37258e3
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
Empty file added autobrr/config/.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.30.0@sha256:c89dd95965a320a692944493a01739094ddfb27430c9867e55aca399f58ad118
restart: on-failure
stop_grace_period: 1m
user: "1000:1000"
volumes:
- ${APP_DATA_DIR}/config:/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.30.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

0 comments on commit 37258e3

Please sign in to comment.