Add Aria2 web UI
This commit is contained in:
parent
e99046dc7c
commit
a607adbf19
31
nas.org
31
nas.org
@ -471,10 +471,10 @@ services:
|
||||
subtitle: "Download Music"
|
||||
logo: "/assets/tools/deezer.png"
|
||||
url: "https://deemix.tdehaeze.xyz"
|
||||
# - name: "Aria2"
|
||||
# logo: "/assets/tools/aria2.png"
|
||||
# subtitle: "Direct Downloads"
|
||||
# url: "https://dl.tdehaeze.xyz"
|
||||
- name: "Aria2"
|
||||
logo: "/assets/tools/aria2.png"
|
||||
subtitle: "Direct Downloads"
|
||||
url: "http://dl.tdehaeze.xyz"
|
||||
- name: "Media"
|
||||
icon: "fas fa-film"
|
||||
items:
|
||||
@ -1190,6 +1190,29 @@ min-split-size=1M
|
||||
split=16
|
||||
#+end_src
|
||||
|
||||
** Aria2 - Web UI
|
||||
#+begin_src yaml
|
||||
aria2-ui:
|
||||
container_name: aria2-ui
|
||||
image: p3terx/ariang
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- t2_proxy
|
||||
environment:
|
||||
- PUID=$PUID
|
||||
- PGID=$PGID
|
||||
ports:
|
||||
- 6880:6880
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.aria2-rtr.entrypoints=http"
|
||||
- "traefik.http.routers.aria2-rtr.rule=Host(`dl.$DOMAINNAME`)"
|
||||
- "traefik.http.routers.aria2-rtr.tls=false"
|
||||
- "traefik.http.routers.aria2-rtr.service=aria2-svc"
|
||||
- "traefik.http.routers.aria2-rtr.middlewares=traefik-auth"
|
||||
- "traefik.http.services.aria2-svc.loadbalancer.server.port=6880"
|
||||
#+end_src
|
||||
|
||||
** Deemix
|
||||
#+begin_src yaml
|
||||
deemix:
|
||||
|
Loading…
Reference in New Issue
Block a user