committed by
GitHub
3 changed files with 49 additions and 0 deletions
@ -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 |
@ -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…
Reference in new issue