Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

威联通NAS的使用 #20

Open
chiwent opened this issue Nov 10, 2022 · 0 comments
Open

威联通NAS的使用 #20

chiwent opened this issue Nov 10, 2022 · 0 comments
Labels

Comments

@chiwent
Copy link
Owner

chiwent commented Nov 10, 2022

Docker篇

安装aria2和ariaNg

安装aria2:

docker run -d \
--name aria2 \
--restart unless-stopped \
--log-opt max-size=1m \
-e PUID=$UID \
-e PGID=$GID \
-e UMASK_SET=022 \
-e RPC_SECRET=shSdxjZJDNdfd \
-e RPC_PORT=6800 \
-e LISTEN_PORT=6888 \
-p 16800:6800 \
-p 16888:6888 \
-p 16888:6888/udp \
-v /share/aria2Download/config:/config \
-v /share/aria2Download/aria2Download:/downloads \
-v /share/aria2Download/log:/log \
p3terx/aria2-pro

其中RPC_SECRET-v配置项按个人需求进行变更

安装aria2Ng

docker run -d \
--name ariang \
--log-opt max-size=1m \
--restart unless-stopped \
-p 16880:6880 \
p3terx/ariang

安装完毕后,访问 http://192.168.31.178:16880/#!/downloading即可打开页面

推荐配置参考:github - aria2.conf

@chiwent chiwent added the NAS label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant