I'm just getting started with the device and I'm really excited about it. Has anyone managed to access the device directly through a Cloudflare tunnel yet? How did the setup go, and what has your experience been like? Thanks and best regards
just run cloudflared tunnel run --token "$TOKEN"
if you want it run automatically , add below into /etc/kvmd/user/cloudflare.json
{ "enable": true, "token": "eyJhIjoi...." }
You can also test this way
cloudflared tunnel --no-tls-verify --url https://127.0.0.1:443