

Because it costs money to maintain that most indie studios don’t have given the small target audience. I simply always use Proton, even if a native version exists.


Because it costs money to maintain that most indie studios don’t have given the small target audience. I simply always use Proton, even if a native version exists.
That really depends on the implementation. In the case of gluetun, yes, no data can leak.
In Linux, by interface binding, no data can leak as well. No idea how Windows network stack is implemented.


service1.example.com {
reverse_proxy localhost:5001
}
It can be done in Apache as well, but Caddy is simply better and simpler.
As for images, take a look at Immich if that’s something you might want.


Monthly unless I learn about a vulnerability that would require it sooner.
What’s gluetun? Seems like it’s a VPN client? What’s special about it?
Gluetun can connect to multitude of VPNs, but most importantly it can be used to force other containers to use only the gluetun network, meaning if you disconnect from VPN for whatever reason, the other containers don’t suddenly send data over non-VPN network.
So if you’re torrenting and use gluetun to provide internet to the qBittorrent container, you won’t accidentally reveal your real IP if your provider’s server goes down for a few seconds.
How do you use it in your setup?
Configure it to connect to my VPN, create a file with the public port it uses, configure qBittorrent to only use gluetun for network and some script which reads the file with public port and changes it in qBittorrent.
Do I need to know about this if I use Tailscale on the host for connecting to my VPN?
Depends. I like having everything container related in the containers. Sometimes I need to do something without VPN, this would limit me. Also, if you don’t configure disconnect on VPN connection loss in a different way (interface binding), you risk revealing your IP.
Would gluetun allow me to use an additional VPN provider for certain apps without messing with the host Tailscale?
Yes. Though you would be double VPNed: App -> gluetun -> host VPN -> target server. That would probably add some latency.


I’d give Syncthing a try. Though you should make some kind of tunnel so that they can communicate without relays, the speed there really depends on what traffic the relay is going through.
If you want to self host, rent some cheap server somewhere (I use Hetzner) the will act as a proxy and then configure frp.
It’s basically what Cloudflare tunnel does, except you need to provide the public server instead of Cloudflare giving you one for “free.”


I literally finally started watching it two weeks ago. I thought I maybe wouldn’t enjoy it because it’s been overhyped by everyone online, turns out it’s been hyped just about right, love the show.
Edit: So we actually finished it yesterday! What a shit way to end the series, can’t wait to watch the movie now.
I’ve seen it when I was a kid, though I don’t remember much and I haven’t had any context.
You know that usually nothing really gets deleted in any production system, right? Everything’s just given a “deleted” flag, usually because accidentally deleting something is way too permanent. But in Reddit’s case also because they want your data.
So unless you’re asking for a GDPR delete every day, you’re doing the worst possible thing: feeding Reddit your data while deleting it from the users, meaning no one but Reddit benefits from your content.


That’s not a racist question, IMO. Like, I’d say British. I guess it depends on the country. And both Britain and my country are predominantly white.
That people came in with racist responses doesn’t mean the question itself is racist.


On your local system? In that case yeah, you might have fucked something up, if you for example replaced a root certificate authority or something.


That’ll show them! I’m gonna use a corporate mascot to show them I’m against corporations!


Does it need to be that specific tld? There are plenty you can use, like .eu if you’re from eu, or .dev if you’re a developer etc.


Seconding caddy, it’s extremely simple.


Nothing beats caddy for simplicity, IMO.


If you’re on your home WiFi, try the private IP, it will most likely start with 192.168, though it’s possible it will start with 10 or 172.
If you’re accessing it over an external IP, you need to forward ports to the host that runs Immich. Note that not all ISPs support it, you might be out of luck.
But accessing it on the same network (like the same WiFi) should always be possible, you just need to know the correct IP address.
Buy an Nvidia graphics, you can blame it then. Accidentally erased your disk with dd? Fuck Nvidia!
Because it’s a shitty protocol equally as bad as X, except in different. So we replaced horse shit with dog shit and some people insist on calling it progress.
While the rest of us is pissed that an actually good protocol won’t happen for a long while because no one’s gonna put the work in since everyone recently had to do work to support Wayland.


True, if there’s a game I really, really want I buy on Steam/Epic. Found out there are very few games I really want to play that much, can think of only 2 I bought like that.
It’s gonna be different case by case, but my best guess would be it starts as wanting to please the community, then realising Linux users get weird errors they never hear about from Windows users and then deciding that all 5 Linux users are not worth it if the issue doesn’t concern majority (Windows) users.
As for missing features, usually it happens because they use some Windows-native feature (like direct DirectX calls) which saves them implementing workarounds for their engine. And porting to some Linux api is delayed indefinitely for the same reasons as bug fixes: not large enough user base.
Linux gamers often say stuff like “it’s literally one toggle in [insert game engine here]” but that’s never the case. Doesn’t mean new devs don’t fall for it.
IMO we should fuck native Linux builds - game engines are complex and messy beasts, building on one platform and testing on Proton is the best for everyone, IMO.