深度阅读

Aria2 + AriaNg+FileBrowser - Docker image for downloading, managing, playing and evening sharing platforms - wahyd4/aria2-ui

作者
作者
2023年08月22日
更新时间
12.85 分钟
阅读时间
0
阅读量

One Docker image for all file downloading, managing, playing and evening sharing platforms!

Features include:

  • Aria2 (SSL support)
  • AriaNg
  • Rclone
  • Auto HTTPS
  • Bind non root user into the containers. This ensures that non root users can also manage downloaded files.
  • Bupa-Authored by BasicAuth.
  • File Index and video playing (File Browser).
  • support for ARM CPUs
    Recommended versions:

wahyd4/aria2-ui:latest
How to run :

```

docker run -d –name aria2-ui -p 80:80 wahyd4/aria2-ui

Aria2: http://yourip/ui/
FileManger: http://yourip
Rclone: http://yourip/rclone
You will have to use admin/admin to login for the first time.

Full features run as follows :

  docker run -d --name ariang \
  -p 80:80 \
  -p 443:443 \
  -e PUID=1000 \
  -e PGID=1000 \
  -e ENABLE_AUTH=true \
  -e RPC_SECRET=Hello \
  -e DOMAIN=https://example.com \
  -e ARIA2_SSL=false \
  -e ARIA2_USER=user \
  -e ARIA2_PWD=pwd \
  -e ARIA2_EXTERNAL_PORT=443 \
  -v /yourdata:/data \
  -v /app/a.db:/app/filebrowser.db \
  -v /yoursslkeys/:/app/conf/key \
  -v :/app/conf \
 wahyd4/aria2-ui

More information Please go to https://github.com/wahyd4/aria2-ariang-docker

博客作者

热爱技术,乐于分享,持续学习。专注于Web开发、系统架构设计和人工智能领域。