-
Infinite loading on aio web interface and no extra log after click the button, I can't found any log level setting of master container, what was the master container doing there? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
After some investigation by code reading and docker sock sniff, I found that it's stucked at image update. Nextcloud AIO try to handle all the docker operations in one place, then all related problems like #3977 should be considerated, some way to use mirror, proxy, etc. |
Beta Was this translation helpful? Give feedback.
-
|
There was so many mirrors for dockerhub but not for ghcr.io, :( |
Beta Was this translation helpful? Give feedback.
-
|
The container nextcloud-aio-nextcloud using php alpine for base image. Which stuck at "Enabling Imagick..." quite long. |
Beta Was this translation helpful? Give feedback.
-
|
In my humble opinion this is a pointless endeavour, as I am located in mainland China as well and have dealt with the countless issues caused by the GFW. Whenever you need to pull something from either Docker repos or GitHub repos, your processes will be slowed down gradually. This most likely has nothing to do with Nextcloud AiO but with the decisions of Another, new issue related to the problem: Chinese IP ranges, also those in HK (Aliyun, Tencent, Hicloud), are getting banned steadily by various repository providers due to bad practices of AI scraping. |
Beta Was this translation helpful? Give feedback.
Hi, we have an improvement for this here: #7335