Closed drewbitt closed 2 years ago
@drewbitt Without knowing your setup in detail, I see that you do not set OCIS_URL
. This should be the publicly reachable ocis hostname or domain name. This is the reason why you see the errors in the WebUI.
Thanks. Immediately fixes it. I had the description 'External https URL' under the key label in the unraid GUI and had not noticed.
docker run --rm -it -v /mnt/user/appdata/owncloud:/etc/ocis owncloud/ocis:2.0.0-rc.1 init
The container runs yet when navigating to the web UI the spinner continues forever. I see in dev console:
Logs:
Notably:
and on restart, subsequent
http: TLS handshake error from 192.168.1.174:64763: remote error: tls: unknown certificate
errors although it is run as insecureI seem to be missing a config value but the documentation is unclear. Setting
IDM_ADMIN_PASSWORD=secret
or removingPROXY_HTTP_ADDR
does not help. theme.json should also not be using localhost