nextcloud / all-in-one

📦 The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.
https://hub.docker.com/r/nextcloud/all-in-one
GNU Affero General Public License v3.0
5.36k stars 617 forks source link

Web server cannot connect to itself #4965

Closed benr77 closed 3 months ago

benr77 commented 3 months ago

Steps to reproduce

  1. Install a brand new installation of AIO from Digital Ocean Marketplace. Version 29.0.3
  2. After installing all the containers, log in and see setup checks or run occ setupchecks
  3. See lots of errors compaining with message _"To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its trusted_domains or the overwrite.cli.url."_

Expected behavior

Setup checks on a brand new installation should all pass

Actual behavior

I think this is because the config checks are now running on the server instead of the client browser, and the Docker configuration is not setup to allow it to see itself outside of the container

Host OS

Ubuntu

Nextcloud AIO version

v9.1.0

Current channel

Latest

Other valuable info