add: Autobrr (#293)
This commit is contained in:
parent
510256bad4
commit
c4b259ff28
|
@ -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.
|
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue