Closed Evayangelion closed 2 years ago
I have solved the problem above by chmod 775
to data/
and add 'check_data_directory_permissions' => false,
to data/nextcloud/config/config.php
but I still encountered problem:
In AriaNg page , the aria2 status shows not connected
, I checked the other of your repo's issue:
https://github.com/wahyd4/aria2-ariang-docker/issues/76
and tried the solution, that not work for me, should I change the docker image?
all done, remember to change ariaNg RPC port 80
to 6800
in ariaNg UI
I don't know why the port have been changed to 80
, which is different from .conf
s in docker image and documents
thanks for your contribution about this project.
Sorry for bothering. I installed this image on my CentOS 7.9 server,but I can't get into the Login page,
ip:8000
shows “内部服务器错误” and there is no more info. On my machine I don't havewww-data
user so I checked my nginx conf, the user iswww
So I ranchown -R www /data
instead ofchown -R www-data <abc>
which in your document Mydocker-compose.yml
is like:I checked some of your issues but still cant make it, hope for your help thx!