Help Request: Nginx Reverse Proxy + Tailscale + OpenCloud Redirect Loop & Metadata Space Error #1017
Unanswered
Simonetrandafir
asked this question in
Q&A
Replies: 1 comment 1 reply
-
In your docker-compose.yml you wrote:
If you connect directly to this specific URL --> Is it working?
this won´t work. Change the OC_URL to sth like:
and change your nginx reverse proxxy settings accordingly. Please check out, if your OpenCloud Installation really listens on port 9090! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up a Tailscale-based internal network to serve:
Everything runs inside Docker Compose, all connected via network_mode: service:tailscale.
However, I'm encountering two issues:
I'm using Tailscale to create a private overlay network. My frontend container runs Nginx, which acts as a reverse proxy for:
All services are inside Docker containers, with network_mode: service:tailscale to share the same network namespace.
nginx.conf
docker-compose.yml
Redirect Loop Issue
Even with the rewrite rule in Nginx, the /drive/ path always redirects back to the frontend instead of reaching OpenCloud. If I remove the rewrite rule, the issue becomes worse: /drive/ enters an infinite redirect loop and never resolves.
Error:
OpenCloud Error (in logs)
This appears to be a core OpenCloud internal space that isn’t initialized during opencloud init.
What I Need Help With
Beta Was this translation helpful? Give feedback.
All reactions