Empathy

joined 1 year ago
[–] Empathy@beehaw.org 5 points 5 months ago (6 children)

I'm pretty damn left leaning and I've never been called a tankie. I rarely even see anyone being called a tankie, except people who are defending authoritarians. The scope of the word "tankie" seemed generally pretty clear to me.

[–] Empathy@beehaw.org 2 points 6 months ago

I kept seeing so many different ones recommended and I kept getting weird issues I didn't understand with most of them. I don't often need to make a bootable Linux USB, but every time, Rufus did the job quick and easy.

[–] Empathy@beehaw.org 4 points 10 months ago* (last edited 10 months ago) (2 children)

Also $83/mo HOA, oof.

Thanks for looking it up!

[–] Empathy@beehaw.org 6 points 10 months ago* (last edited 10 months ago)

If somebody asked you to bring hot dogs and tacos to a party, the host would probably not be just as fine with you bringing only tacos or only hot dogs.

[–] Empathy@beehaw.org 1 points 10 months ago* (last edited 10 months ago)

Disclaimer: I don't know much about securing the container itself. The considerations I discuss here are mostly networking.

What I've personally been doing is using k3s with Cloudflare Tunnel (routed using DNS like in this documentation) as an ingress.

With Cloudflare Tunnel, if you create an application in front of it, you can require authentication and add a list of allowed emails.

I could replace k3s with a different Kubernetes distribution, and/or replace Cloudflare Tunnel with a different ingress (e.g., Tailscale Funnel or more common ingresses like nginx).