https://github.com/henryqw/docker-aria2-ariang-filebrowser
🐋 A Dockerized image of aria2 with webui ariang and filebrowser
https://github.com/henryqw/docker-aria2-ariang-filebrowser
aria2 ariang docker
Last synced: 6 months ago
JSON representation
🐋 A Dockerized image of aria2 with webui ariang and filebrowser
- Host: GitHub
- URL: https://github.com/henryqw/docker-aria2-ariang-filebrowser
- Owner: HenryQW
- Created: 2018-01-02T01:43:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T10:26:47.000Z (over 4 years ago)
- Last Synced: 2025-04-11T00:45:27.430Z (6 months ago)
- Topics: aria2, ariang, docker
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-aria2-with-ariang
- AriaNg Webui: https://github.com/mayswind/AriaNg
- Filebrowser (aka filemanager): https://github.com/filebrowser/filebrowser
Get started:
```
docker run -d \
--name aria --restart=always \
-p [rpc port]:6800 -p [web port]:80 \
-v /yourKey:/root/conf/key/key.key \
-v /yourCert:/root/conf/key/cert.crt \
-e RPC_SECRET=[please enter your own token, this is important!!!] \
-e RPC_SECURE=[true|false] \
wangqiru/aria2-with-ariang
```List of env:
- RPC_SECRET = [please enter your own token, this is important!!!], default [henry].
- RPC_SECURE = [true | false], default [false]. This enables SSL for aria2 RPC.---
## Filebrowser`docker-compose.yml` contains the configuration to add [filebrowser](https://github.com/filebrowser/filebrowser) to extend your downloader's capability.
```
docker-compose up -d
```and you are good to go.
---
For Docker please refer to [https://docs.docker.com](https://docs.docker.com)