Hello @cethink,
welcome to the Nextcloud community! ![]()
it looks you have connectivity issues… apart from short hickup last week there is no general issue with Appstore
所以可能的原因是什么呢,只有安装Nextcloud的前几天可以访问Appstore,后面就不行了。
So what is the possible reason, only the first few days of installing Nextcloud can access the Appstore, and the rest is not good.
your internet connection is the most obvious one
我是用docker安装的,docker也设置了代理,nextcloud-aio容器也要走代理吗?要怎么设置呢?
I installed it with docker, docker also sets up a proxy, does the nextcloud-aio container also go through the proxy? How do I set it up?
这样就可以了。
That’s it.
docker exec --user www-data -it nextcloud-aio-nextcloud /bin/sh
cd /var/www/html/config
vi config.php
'proxy' => 'http://172.17.0.1:7890', // ip addr show docker0
exit
docker restart nextcloud-aio-nextcloud
