when clicking links on the casaos dashboard they open new windows showing about:blank
What steps have you taken to resolve the issue?
If i goto the local unsecure ip for my casaos server all links work fine. however when i am logged in at CasaOS any of the links i goto for any of the services created just open a new window that shows eg https://homelab.frigin.tech:3051 but does not open the site.
Make sure to select the appropriate SSL settings under the SSL/TLS tab of Cloudflare dashboard for your zone and to use noTLSVerify option for your public hostname on your configured cloudflared tunnel.
Port 3051 isn’t compatible and supported with proxied by default.
Since proxied and you want to access the hostname with port 3051, I’d suggest you to take a look at the compatible and supported network ports list with Cloudflare proxy and change the port to which your application is bound to one of them:
Otherwise, you’d have to purcahse and use Cloudflare Spectrum for specific port:
on the casa os dashboard, i have setup say vaultwarden. it is showing on the casaos dashboard’s apps. when i click on it, it opens a new window that should just connect to vaultwarden’s docker container, which is locally http://192.168.18.32:10380/#/login but also vaultwarden.frigin.tech as well. when on the https version of CasaOS and i click the vaultwarden icon, it opens up https://homelab.frigin.tech:10380 which is where i think the problem is.