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

配合AList使用,无法在AList下载目录创建文件 #83

Open
QYQSDTC opened this issue Feb 20, 2023 · 1 comment
Open

配合AList使用,无法在AList下载目录创建文件 #83

QYQSDTC opened this issue Feb 20, 2023 · 1 comment

Comments

@QYQSDTC
Copy link

QYQSDTC commented Feb 20, 2023

通过docker部署, PUID设置为我的用户,PGID也为我的用户组,单独用aria2下载没有问题,但是用AList进行离线下载时出现无法创建目录问题。

docker run -d \
    --name aria2-pro \
    --restart unless-stopped \
    --log-opt max-size=1m \
    -e PUID=501 \
    -e PGID=20 \
    -e RPC_SECRET=<TOKEN> \
    -e RPC_PORT=6800 \
    -p 6800:6800 \
    -e LISTEN_PORT=6888 \
    -p 6888:6888 \
    -p 6888:6888/udp \
    -v /AList/data/temp/aria2/aria2-config:/config \
    -v /AList/data/temp/aria2/aria2-downloads:/downloads \
    p3terx/aria2-pro
@czy897
Copy link

czy897 commented Aug 8, 2023

alist也是使用docker安装的吗,alist离线下载的文件会放在opt/alist/data/temp 文件夹中,你需要将alist的同路径文件夹映射出来,同时要将aria2的下载路径也映射出来

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants