diff --git a/Apps/Autobrr/docker-compose.yml b/Apps/Autobrr/docker-compose.yml new file mode 100644 index 0000000..96b71ba --- /dev/null +++ b/Apps/Autobrr/docker-compose.yml @@ -0,0 +1,50 @@ +name: autobrr +services: + autobrr: + container_name: autobrr + image: ghcr.io/autobrr/autobrr:v1.30.0 + network_mode: bridge + restart: unless-stopped + environment: + TZ: $TZ + ports: + - target: 7474 + published: "7474" + protocol: tcp + volumes: + - type: bind + source: /DATA/AppData/$AppID/config + target: /config + x-casaos: + envs: + - container: TZ + description: + en_us: TimeZone + ports: + - container: "7474" + description: + en_us: WebUI HTTP Port + volumes: + - container: /config + description: + en_us: Autobrr config directory +x-casaos: + main: autobrr + architectures: + - amd64 + - arm + - arm64 + port_map: "7474" + title: + en_us: Autobrr + author: Autobrr Team + developer: Autobrr Team + category: Media + icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Autobrr/icon.png + thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Autobrr/thumbnail.png + screenshot_link: + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Autobrr/screenshot-1.png + description: + en_us: 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. + tagline: + en_us: Modern, easy to use download automation for torrents and usenet. diff --git a/Apps/Autobrr/icon.png b/Apps/Autobrr/icon.png new file mode 100644 index 0000000..2df6d68 Binary files /dev/null and b/Apps/Autobrr/icon.png differ diff --git a/Apps/Autobrr/screenshot-1.png b/Apps/Autobrr/screenshot-1.png new file mode 100644 index 0000000..8c541ab Binary files /dev/null and b/Apps/Autobrr/screenshot-1.png differ diff --git a/Apps/Autobrr/thumbnail.png b/Apps/Autobrr/thumbnail.png new file mode 100644 index 0000000..98bc299 Binary files /dev/null and b/Apps/Autobrr/thumbnail.png differ