Skip to content

Commit c4b259f

Browse files
add: Autobrr (#293)
1 parent 510256b commit c4b259f

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

Apps/Autobrr/docker-compose.yml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: autobrr
2+
services:
3+
autobrr:
4+
container_name: autobrr
5+
image: ghcr.io/autobrr/autobrr:v1.30.0
6+
network_mode: bridge
7+
restart: unless-stopped
8+
environment:
9+
TZ: $TZ
10+
ports:
11+
- target: 7474
12+
published: "7474"
13+
protocol: tcp
14+
volumes:
15+
- type: bind
16+
source: /DATA/AppData/$AppID/config
17+
target: /config
18+
x-casaos:
19+
envs:
20+
- container: TZ
21+
description:
22+
en_us: TimeZone
23+
ports:
24+
- container: "7474"
25+
description:
26+
en_us: WebUI HTTP Port
27+
volumes:
28+
- container: /config
29+
description:
30+
en_us: Autobrr config directory
31+
x-casaos:
32+
main: autobrr
33+
architectures:
34+
- amd64
35+
- arm
36+
- arm64
37+
port_map: "7474"
38+
title:
39+
en_us: Autobrr
40+
author: Autobrr Team
41+
developer: Autobrr Team
42+
category: Media
43+
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Autobrr/icon.png
44+
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Autobrr/thumbnail.png
45+
screenshot_link:
46+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Autobrr/screenshot-1.png
47+
description:
48+
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.
49+
tagline:
50+
en_us: Modern, easy to use download automation for torrents and usenet.

Apps/Autobrr/icon.png

6.63 KB
Loading

Apps/Autobrr/screenshot-1.png

87.6 KB
Loading

Apps/Autobrr/thumbnail.png

49 KB
Loading

0 commit comments

Comments
 (0)