Aio deployment failed because of proxy configuration

Hi,

I’m deploying AIO docker version for testing the solution in enterprise environnement (with centos 8 stream)

I’m using a http proxy on port 8080 for web access.

During the deployment, the setup create a docker “nextcloud-aio-nextcloud” who is logging this error :

ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.16/main: network error (check Internet connection and firewall)

Curl of this URL from mastercontainer docker and centos vm is ok.

The command docker exec -ti c35b45220715 sh -c “echo $http_proxy” return nothing. This let me think that docker didn’t take the http proxy configuration

After some time, the deployment ending but I jave got a “insecure connection” on the web server.

I think the bad initialising of the containers fail all the installation.

Do you know how to set a proxy on the sub-container ?

Best regards,

Hi, see all-in-one/reverse-proxy.md at main · nextcloud/all-in-one · GitHub

Hi,

Thanks for your reply but i don’t understand why i need to configure the reverse proxy to acces to internet from the containers.

You mean you want to run it locally? If yes see GitHub - nextcloud/all-in-one: Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

Hi,

I think i don’t know enough about docker for this installation. I installed nextcloud on classical lamp for testing.

Best Regards,