Oh neat! That looks like a perfect fit for me! I saved your post and will come back to it once the biyearly “just f*ing fo it again” motivation hits me once more :D
- 23 Posts
- 342 Comments
Yes, I do loose the origin IP and I’m a little bugged by it. It also means that ALL traffic incoming on a specific port of that VPS can only go to exactly ONE private wireguard peer. You could avoid both of these issues by having the reverse proxy on the VPS (which is why cloudflare works the way it does), but I prefer my https endpoint to be on my own trusted hardware. That’s totally my personal preference though.
I trust my VPS provider to not be interested enough in my data to setup special surveillance tooling for each and every possible software combination their customers might have. Cloudflare on the other hand only has their own software stack to monitor and all customers must adhere to it. It’s by design much easier for them to do statistics or snooping.
I am using the smallest tier VPS from IONOS for 1€/month. Good, reliable and trustworthy as it is a subsidiary of 1&1 telecommunications.
Rent a VPS, point DNS to it, have it act as central wireguard peer and connect your server(s). Then bridge incoming traffic to server via socat or firewall rules. Done
maiskanzler@feddit.deto Selfhosted@lemmy.world•Cloudflare is bad. Youre right.English291·10 months agoSure it’s easy to set up, but the same behaviour is what I get with my handrolled solution. I rent a cheap VPS with a fixed IP solely for forwarding all traffic through wireguard. My DNS entries all point to the VPS and my servers connect to the VPS to be reachable. It is absolutely network agnostic and does not require any port shenanigans on the local network nor does it require a fixed IP for the internet connection of my home server.
Data security wise the HTTPS terminates on my own hardware (homeserver with reverse proxy) and the wireguard connection is additionally encrypted. There are no secrets or certificates on the rented VPS beyond the bare minimum for the wireguard tunnel and my public key for SSH access.
Shuttling the packets on the VPS (inet to wireguard) is done by socat because I haven’t had the will or need to get in the weeds with nftables/iptables. I am just happy that it works reliably and am happy to loose some potential bandwidth to the kernelspace/userspace hoops.
Apart from the usual bed cleaning tips it’s hard to guess where you are going wrong. Whenever I have problems it comes down to a “greasy” build plate. Simply touching it inbetween prints can make difficult geometries impossible.
I stick to 99,9% Isopropanol and have a tissue box next to my printer. I wipe down my build plate with a fresh tissue + alcohol before every print and have yet to see that method fail. It works great with PLA (60°C bed) but for PETG (80° bed) the alcohol evaporates too quickly. In the latter case I do the wipe down before reaching target temperature.
maiskanzler@feddit.deto Deutschland@feddit.de•(S+) Autobahn A5 bei Frankfurt: Erste deutsche Autobahn soll zehnspurig werden - "Auf der XXL-Autobahn in die Klimakatastrophe: (...), Gärten und Häuser sollen planiert werden."Deutsch50·11 months agoNur eine Spur noch, dann wirds besser! Wirklich! Ich kann aufhören wann immer ich möchte!
maiskanzler@feddit.deto Linux@lemmy.ml•What do I think about Lua after shipping a project with 60,000 lines of code? - Interview with lead programmer of the video game Craftomation 101.8·11 months agoComing from Rust I am toying around with Lua at the moment. Lua is a small, simple and I would say a very neat language. But for big projects like an entire game I would personally much prefer a “traditional” compiled language like C/C++, Java/C# or Rust. Scripting langs are great for small scopes, but they quickly become a burden for bigger things in my opinion.
Momentan boomt auch Lack. Der wird traditionell aber eher auf Sylt genossen.
maiskanzler@feddit.deto ObsidianMD@lemmy.world•Is anyone using the Obsidian Git plugin or another git solution to sync with Android? If so, How did you get it to work?3·11 months ago+1 for FolderSync. Very reliable and has many options.
Awesome, thanks for sharing!
maiskanzler@feddit.deto Ukraine@sopuli.xyz•In Moscow, a man who was assaulted and robbed tried to file a police report, but was fined 50,000 RUB and given a military summons because of his multicolored hair.62·1 year agoAnd basically sentenced for life on top of that.
maiskanzler@feddit.deto Selfhosted@lemmy.world•Light system monitor service with Home Assistant integrationEnglish2·1 year agoThere’s prometheus node exporter which can collect such data from several hosts. You can hook it up with Grafana for neat dashboards and I’m almost sure it also integrates with Homeassistant.
Make sure you upgrade your Emotional Damage attack points!
Oh boy.
maiskanzler@feddit.deto Linux@lemmy.ml•Ubuntu 24.04 LTS is so buggy you can't install the OS [video]2·1 year agoBut I like to use Btrfs on top of LUKS and more often than not it’s not an option.
maiskanzler@feddit.deto Linux@lemmy.ml•How to display a symbol similar to the undervoltage symbol on raspberry pi1·1 year agoDoes it have to be an overlay or would a regular notification that pops up suffice? Those may be quite easy to write fir your chosen DE.
Nice, thank you!