nutbutter

joined 1 year ago
[–] nutbutter@discuss.tchncs.de 5 points 4 months ago (10 children)

I use Fedora Server with Podman (instead of Docker). I am not a noob either, but cockpit provides a really useful GUI for managing the whole operating system.

[–] nutbutter@discuss.tchncs.de 5 points 4 months ago* (last edited 4 months ago)

I have written a small blog post about how to Bypass CGNAT, and have also mentioned why you should not use Cloudflare if you are hosting for privacy.

[–] nutbutter@discuss.tchncs.de 1 points 6 months ago

6th gen's integrated GPU cannot decode HEVC.

[–] nutbutter@discuss.tchncs.de 2 points 6 months ago (2 children)

My optiplex with i5-6500TE can transcode 4K videos easily if the codec is AVC. HEVC is different story though. Any CPU newer than 10th generation would be more than enough for your needs, I'd say.

[–] nutbutter@discuss.tchncs.de 1 points 7 months ago

Not sure. Will have to try it out.

[–] nutbutter@discuss.tchncs.de 1 points 7 months ago* (last edited 7 months ago) (2 children)

All ports are forwarded. If your SMTP is running on, say, port 993, on your local machine, your-VPS-ip:993 will be your SMTP.

[–] nutbutter@discuss.tchncs.de 1 points 7 months ago (1 children)

I am not sure what you mean.

The issue is, when using Cloudflare, they will terminate your TLS, then encrypt the data again with their own certificate, which is send to the visitor. When visitor interacts, their data is decrypted on Cloudflare's servers, which they encrypt again eith our original certificate and send it back to us.

Sure, hackers or sniffers might not be able to look at the sensitive data, but Cloudflare can. But do they, or do they not, is upto you, if you trust them or not.

[–] nutbutter@discuss.tchncs.de 1 points 7 months ago

If you are using the exact rules mentioned in my post, only the ports of your machine will be forwarded, not your entire local network. If you want to forward ports of more than one machine, look at the github link in the sources, it contains a detailed documentation of how to achieve that. Since, I do not know a lot about iptables, I may not be the best person to guide you, in this case. However, feel free to DM me, I'll might be able to help.

[–] nutbutter@discuss.tchncs.de 1 points 7 months ago (4 children)

Yes, it is fairly easy. You just have to forward the http headers. I am using HAProxy, and you can look at my configuration file in the blog. If you're using something like Nginx Proxy, look up how to forward http heards. Some applications, like Nextcloud, require extra steps, but they also provide their own documentation.

[–] nutbutter@discuss.tchncs.de 3 points 7 months ago (2 children)

I am not sure, actually. Look at the sources, and you'll find the original GitHub link from where I took it. I am not very well versed with iptables.

view more: ‹ prev next ›