• 5 Posts
  • 171 Comments
Joined 2 years ago
cake
Cake day: December 8th, 2023

help-circle

  • I know that the port forwarding command can be simplified. In my case its this complex because the way it is listed in the gluetun wiki did not work even though I disabled authentication for my local network. The largest part of the script is authenticating with the username and password before actually sending the port forwarding command.

    I’ll definitely try adjusting my stack to your variant though. I’ve also tried the healthcheck option before but I must have configured it wrong because that caused my gluetun container to get stuck.

    One question regarding your stack though, is there a specific reason for binding /dev/net/tun to gluetun?










  • I typically use EndeavorOS because I enjoy how well documented and organized the arch wiki is.

    I tried switching to fedora on my laptop recently but actually had some issues with software that was apparently only distributed through the AUR or AppImage (which I could have used, I know).

    When I also had issues setting up my VPN to my home network again, I caved and restored the disk to a backup I took before attempting the switch. The VPN thing almost definitely wasn’t Fedoras fault since I remember running into the same issue on EndeavorOS but after my fix from last time didn’t work I was out of patience.

    My servers runs either on debian or Ubuntu LTS though.






  • Honestly, I really like containers for self-hosting stuff on my server. Just write a single text file describing the setup and you can always recreate it, even after nuking the server.

    No dependencies suddenly going missing or different versions of the same program being required by two services.

    I guess my main takeaway from this article is that many of those things (definitely not all of them) are good ideas within moderation. Then along comes the marketing department and rips the moderation apart.



  • Mainly kernel level anticheat, though that is obviously not really linux fault.

    My other personal gripe is probably stumbling across a GTK based app that works for what I want it to do but clashes extremely badly with my Plasma DE.

    For example, I wanted to set up automatic file backups to an SFTP server using borg. The two common UI interfaces I found are vorta and pika-backup. Vorta only supports SSH and local backup repositories while pika allows SFTP through some kind of compatibility layer with gvfs.

    Seems like pika is the right choice for me but the UI felt incredibly dumbed down and really did not match with anything else on my PC. Since both programs were kind of out, I found another backup tool in Kopia.

    The reason I was looking for a backup tool at all? I was previously using synology active backup for business, which is available on all linux distros except arch.