CasaOS links goto about:blank

What is the name of the domain?

frigin.tech

What is the issue you’re encountering

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 :orange: proxied by default.

Since proxied :orange: 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 :orange: 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:

I think i might be dense here.

First should i use cloudflared as a casaos container? or for all this to work should it go on ubuntu?

second, i do not see anything saying notls verify anywhere under ssl settings pages.

ok so this is what i think i have setup right…

https://homelab.frigin.tech - > goes to the casa OS dashboard. this works.

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.