manwichmakesameal

@manwichmakesameal@lemmy.world
1 Post – 25 Comments
Joined 1 years ago

Correct. SearxNG is very much still active. Check the GitHub page or matrix/IRC.

Fuck that and fuck him. He deserves no sympathy.

"They're not here for me"

It was me. Guess what I'll be doing today.

So, docker networking uses it's own internal DNS. Keep that in mind. You can create (and should) docker networks for your containers. My personal design is to have only nginx exposing port 443 and have it proxy for all the other containers inside those docker networks. I don't have to expose anything. I also find nginx proper to be much easier to deal with than using NPM or traefik or caddy.

Why did you register two separate domains instead of using a wildcard cert from LE and just using subdomains?

4 more...

Having your ISP do your port forwarding seems alien to me as that's not the norm where I am. Since it seems like a standard thing where you are, you may run the risk of another ISP doing the same thing. Personally, if the price is right, I'd take the latency hit and get a VPS and route all inbound traffic through that via wireguard.

Why not just run your own WireGuard instance? I have a pivpn vm for it and it works great. You could also just put jellyfin behind a TLS terminating reverse proxy.

2 more...

Kind of. I'm thinking something along the lines of sonarr/radarr/etc but with the ability to play/stream the podcast instead of downloading it. I tend to use web interfaces of stuff like that at work and can't really use my phone. Maybe I'll have to look into a roll-your-own solution using some existing stuff. Was hoping I wouldn't have to.

Sure did. I totally tried recording sounds of the coins dropping in. Never worked but I was too young to know why.

This is also dependent on who is running the server and how it's set up. If it's the matrix.org you're using, I couldn't tell you. If it's someone hosting/you're self-hosting, you need a STUN server for traversing NAT. It's not part of the default Synapse docker install and I'm not sure about non-docker installs.

My setup is similar. My main “desktop” is a Slackware VM through VNC/guacamole.

But what of you’re actually talking about a bundle of sticks…..?

I'd suggest Alpine too. Works great for me so far.

Goddamnit, I didn't even think about this when I saw they were doing the mass delete. Here's to hoping that they'll at least keep the videos up. Waaaay too much stuff on YT to lose it all. Anyone know if archive.org is backing them up?

2 more...

That's an understatement. $300 for the TS3+. Holy shit.

And just like other posters, don't keep anything you can't lose on it. I keep my matrix homeserver there but have a backup and some other containers that if they get lost, no biggie. I've only had mine for ~6mos or so but haven't had any issues.

I'll have to check this out. Have you run this in a container or just a native app?

1 more...

This is what I ended up going with. I’ll just have to keep an eye on disk space.

1 more...

Unfortunately, I couldn't get ChatGPT to write correct Python code for my ESP32 project. I got no problem just writing a bash script to email me.

Forgive my stupidity, but couldn't you just use split-horizon DNS and have your internal DNS resolve to your homelab instead of the VPS? Personally, that's what I've done. So external lookups for sub.domain.tld go one way and internal lookups go to 10.10.10.x.

Cloudflare zero trust tunnel might be up your alley. Look into that. It’s free but has privacy concerns so do your homework.

This looks like it’s just sponsor blocking in the videos. Does this block pre/post ads?

This is the way.

Why are you running full VMs for something that can be put in a container? Sounds to me (without having any evidence or proof) that you’re running out of memory and you’re swapping and it’s taking forever. That’s what causes the VMs to slow/stop.