What's the URL you using to access it without Cloudflare?
Edit: Also that curl tells me it's not listening on that IP/port.
What's the URL you using to access it without Cloudflare?
Edit: Also that curl tells me it's not listening on that IP/port.
Can you access it without Cloudflare?
Does curl http://localhost:8536/
work?
You are using cloudflared right? Because normal (non-cloudflared) Cloudflare doesn't support port 8536.
With dynamic DNS? Yeah it always has, as long as you can host a http server.
With a dynamic IP? It should do, the certs are only valid for 6 days for that reason.
I know this seems pretty much solved, but I just wanted to point out:
Frigate doesn't need a TPU, OpenVINO is quite performant even on decade old Haswells, or if you've got a GTX 750 or higher you might be able to use that as well.
Perhaps there was an easier lighter-weight way of doing this?
Yeah, SSH tunneling. What I would do (and have done in the past) is something like:
ssh -L 8080:192.168.0.1:80 myserver
That will forward port 8080 on your host to port 80 on 192.168.0.1, so you can access your router's web UI with http://localhost:8080/
in your own web browser.
You can also setup full tunneling with SSH, but that requires messing around with SOCKS and I usually can't be bothered.
You can always install activate-linux, and it even works on Windows.
ghost
is just GitHub's way of saying deleted user.
(with type covered as a bonus)
Relevant fact: Most standard non-letter batteries are named after their physical size, for example a CR2032 is 20mm diameter x 3.2mm height; or not a button battery, but an 18650 is 18mm diameter x 65.0mm height.
I'm probably jumping to conclusions, but Nvidia?
Woah peertube federating with lemmy is actually really cool!
The title's kinda clickbait, they're removing the 'Full' option and adding a choose your own apps dialogue to the 'Minimal' (and now only) option, and installs the selected apps over the internet. This reduces ISO size since the apps aren't installed by default.
Which is an action I can agree with.
How are you accessing it without Cloudflare? How do you know that Lemmy is actually listening?