Hello,
thank you for this project.
I'm trying to set it up with Radicale and Tika and I don't need anything else. Init works fine with my provided password but at the next start I receive the following screen:
Here are my logs from my browser console:
Content-Security-Policy: The page’s settings blocked the loading of a resource (media-src) at data: because it violates the following directive: “media-src 'self'” [redacted]
Content-Security-Policy: The page’s settings blocked a JavaScript eval (script-src) from being executed because it violates the following directive: “script-src 'self' 'unsafe-inline' https://keycloak.opencloud.test/” (Missing 'unsafe-eval') composables-D0JBDKKW.mjs:23:72859
Failed to load theme 'TypeError: NetworkError when attempting to fetch resource.' index.html-CmNiX8_b.mjs:7:48630
hv https://[redacted]/js/index.html-CmNiX8_b.mjs:7
OpenCloud Web UI 6.2.0 index.html-CmNiX8_b.mjs:7:62704
Failed to load theme 'TypeError: NetworkError when attempting to fetch resource.' index.html-CmNiX8_b.mjs:7:48630
TypeError: can't access property "common", e is undefined
i https://[redacted]/js/chunks/composables-D0JBDKKW.mjs:75
i https://[redacted]/js/chunks/design-system-components-Dj1bCXcd.mjs:3
Vv https://[redacted]/js/index.html-CmNiX8_b.mjs:7
index.html-CmNiX8_b.mjs:7:78089
Content-Security-Policy: The page’s settings blocked the loading of a resource (connect-src) at https://[redacted]:4443/themes/opencloud/theme.json because it violates the following directive: “connect-src 'self' blob: https://raw.githubusercontent.com/opencloud-eu/awesome-apps/ https://update.opencloud.eu/ https://companion.opencloud.test/ wss://companion.opencloud.test/ https://keycloak.opencloud.test/ https://tile.openstreetmap.org/” 2 index.html-CmNiX8_b.mjs:7:48509
What's confusing to me is, that I don't even want to use keycloak. Why is it trying to load it anyway?
I'm using the external-proxy configuration and it's working from my domain.
.env
COMPOSE_FILE=docker-compose.yml:external-proxy/opencloud.yml:radicale/radicale.yml
START_ADDITIONAL_SERVICES="notifcations,radicale"
What is it trying on port 9280 and 9140?
docker logs
2026/05/10 13:48:59 Could not create config: config file already exists, use --force-overwrite to overwrite or --diff to show diff
{"level":"error","service":"ocm","error":"'web reachability': could not connect to http server: Get \"http://127.0.0.1:9280\": dial tcp 127.0.0.1:9280: connect: connection refused","time":"2026-05-10T13:49:00Z","message":"check failed"}
{"level":"error","service":"frontend","error":"'web reachability': could not connect to http server: Get \"http://127.0.0.1:9140\": dial tcp 127.0.0.1:9140: connect: connection refused","time":"2026-05-10T13:49:01Z","message":"check failed"}
Thanks for your help.
Hello,
thank you for this project.
I'm trying to set it up with Radicale and Tika and I don't need anything else. Init works fine with my provided password but at the next start I receive the following screen:
Here are my logs from my browser console:
What's confusing to me is, that I don't even want to use keycloak. Why is it trying to load it anyway?
I'm using the external-proxy configuration and it's working from my domain.
.envWhat is it trying on port 9280 and 9140?
docker logsThanks for your help.