Connecting Opencloud and Radicale (opencloud-build) when run with podman #2292
Unanswered
safrano9999
asked this question in
Q&A
Replies: 1 comment
-
|
Your proxy config looks outdated. We are using this one in the opencloud compose project https://github.com/opencloud-eu/opencloud-compose/blob/main/config/opencloud/proxy.yaml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I run opencloud and radicale (localbuild) within podman.
I checked the proxy.yaml which might be deployed when using docker-compose ...
`$ cat proxy.yaml
policies:
routes:
backend: http://radicale:5232
backend: http://radicale:5232
unprotected: true
backend: http://radicale:5232
backend: http://radicale:5232
unprotected: true` (also with http://localhost:5232)
It always complained when I stored the file in opencloud:/etc/opencloud/proxy.yaml within my container in the named-volume.
Feb 07 04:17:20 debian opencloud[38800]: {"level":"error","service":"proxy","policy":"default","time":"2026-02-07T03:17:20Z","message":"policy is not configured"}so I tried to inject it inside the opencloud.yaml within the proxy space but no result.
I also studied this:
https://docs.opencloud.eu/docs/dev/server/services/proxy/
Any hint? It might be a "PROXY_POLICIES_CONFIG" issue
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions