owncloud-docker / appliance

Docker ownCloud image for our Univention appliance
MIT License
0 stars 1 forks source link

[QA] trusted domains error after upgrading to 10.10.0 #133

Closed jnweiger closed 1 year ago

jnweiger commented 2 years ago

Install the appliance in virtual box, and check that it can be accessed with the IP address printed.

The following sequence of commands was used to upgrade the latest downloadable appliance (apparently 10.9.1) to the still unreleased 10.10.0

univention-app dev-use-test-appcenter
univention-app info
univention-app upgrade owncloud

The upgrade ends with a success message, but then the web interface can no longe rbe accessed with the IP address.

grafik

config.php only has a single value for trusted_domains

  'trusted_domains' => 'ucs-3066.owncloud-works.intranet',
...  

Access with the domain name seen there does not work either. (As expected - how should the virtualbox host know what dns entries the guest 'invents' ?)

Expected behaviour:

jnweiger commented 2 years ago

Workaround:

jnweiger commented 1 year ago

Duplicate of https://github.com/owncloud/appliance/issues/111