-
Hi, I tested to upgrade from the "normal" docker container setup to the aio setup but cant manage to start the master container "nextcloud-aio-nextcloud" with the follow error in the logfile:
That's because, we have strict policy to only allow outbound traffic with our http proxy server (and filter there). Before (with the old container setup) I was able to setup the environment variables by myself and added this:
So I got internet access on the containers. But now it is not possible to set the proxy server. It would be nice, to have a Input mask on the AIO Interface to enter those details. Nextcloud AIO v7.7.0 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi, currently there are no plans to implement such a feature. However you might be able to make it work with https://github.com/nextcloud/all-in-one/tree/main/manual-install |
Beta Was this translation helpful? Give feedback.
-
For anyone looking to make the proxy work without the manual install, I found this solution works for me:
|
Beta Was this translation helpful? Give feedback.
-
I am getting the same exactly the same issues after upgrading to the latest version of nextcloud. I thought it was reverse-proxy related but it's not. I tried it without my reverse proxy and still had the exact same issue. After spending two days to realize I had to revert to an older version, I realized that something is broken in the most recent version that is causing this error:
The most recent versions of the software get stuck in an infinite loop trying to reach app store and failing. The old versions do not have the curl error:
I downgraded to version 10.5.0 for anyone in the internet having this same issue: docker image: nextcloud/all-in-one:20250114_092611 |
Beta Was this translation helpful? Give feedback.
Hi, currently there are no plans to implement such a feature.
However you might be able to make it work with https://github.com/nextcloud/all-in-one/tree/main/manual-install