Scott Lamb
Scott Lamb
btw, there's something vaguely similar I've been thinking of adding: [Cloudflare Tunnel](https://www.cloudflare.com/products/tunnel/) support, perhaps via the [`libcfd`](https://github.com/apersomany/libcfd) crate if it matures a bit. Comparing the two... * Cloudflare Tunnel is...
A third option in this general space is Tailscale. Again it's a commercial freemium service thing. They have a page here on [enabling https](https://tailscale.com/kb/1153/enabling-https) that mentions [Caddy integration](https://github.com/tailscale/caddy-tailscale); we could...
> I use the newest version 0.7.12 now ,server and ui is one package, I can not update ui module only? You can, by overriding `uiDir` in the config, see...
Sorry for the delay; I missed the email notification for this issue. > Also i cant find any way to access the containers shell. There seems to be no shell/bash...
I see a similar error at https://github.com/scottlamb/moonfire-nvr/issues/277#issuecomment-1627480506 but haven't managed to figure out the fix. But question here: > This only happens on Firefox when I'm outside of my local...
Hmm. Skimmed Firefox release notes. Didn't notice anything relevant. I'm kind of stuck. :-(
Yes, I am able to reproduce. I also found some similar error messages on the web, but I'm not sure how relevant those things are, e.g. the first two you...
Okay, here's something: * new Moonfire, Firefox 75 => same problem * slightly older Moonfire (2667dd6), current Firefox => works fine I guess I'll do a `git bisect` to narrow...
Hmm, looks like it broke with 098b54c. Not sure why...
...and specifically, updating to React 18 alone doesn't break it, but doing the [recommended](https://react.dev/blog/2022/03/08/react-18-upgrade-guide#updates-to-client-rendering-apis) switch from `ReactDOM.render` to `createRoot` does. Not seeing anything in their docs that looks relevant though.