not logged in #2897
Replies: 1 comment 1 reply
-
|
The "Missing or invalid configuration /
Your three cases all match that rule:
So the fix is to choose one hostname that every client (LAN, remote, Tailscale) can reach, set Option A (recommended) β Tailscale MagicDNS nameIf you have MagicDNS enabled in Tailscale, your host has a name like OC_URL: https://myhost.tail-xxxx.ts.net:9200
PROXY_HTTP_ADDR: 0.0.0.0:9200
PROXY_TLS: true
OC_INSECURE: true # while you're still on the auto-generated self-signed certYou'll still get a browser warning until you put a real cert behind it (Tailscale can issue Let's Encrypt certs for Option B β Real domain + reverse proxy (best long-term)Put OpenCloud behind a reverse proxy (Caddy, Traefik, NGINX Proxy Manager β you already mentioned NPM in your other thread) on something like OC_URL: https://cloud.my-domain.tld
PROXY_TLS: false # TLS terminates at the proxy
PROXY_HTTP_ADDR: 0.0.0.0:9200This is the configuration the upstream compose file is built around, and it ends the certificate / hostname mismatch problems for good. Option C β Plain LAN IP (quickest, limited)If you only need it to work on the LAN for now, just keep: OC_URL: https://192.168.x.y:9200β¦and access it as Why
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Missing or invalid configuration Please check if the config.json file exists and if it is correct. Also check your browser console for more information
I can't connect remotely or locally using OC_URL: https://homeassistant.local:9200
There's a problem with the DNS configuration.
OC_URL configuration: https://homeassistant.local:9200: Nothing works.
OC_URL configuration: with my local IP address: OK.
OC_URL configuration: with my Tailscale vpn : Not OK.
I have these problems with all your latest versions.
"There are connection problems."
Beta Was this translation helpful? Give feedback.
All reactions