diff --git a/autobrr/config/.gitkeep b/autobrr/config/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/autobrr/docker-compose.yml b/autobrr/docker-compose.yml new file mode 100644 index 000000000..819fd6f70 --- /dev/null +++ b/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 diff --git a/autobrr/umbrel-app.yml b/autobrr/umbrel-app.yml new file mode 100644 index 000000000..6fe4915a7 --- /dev/null +++ b/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