• 6 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • As mentioned already, Hetzner is a very big Hoster in Germany. I am a customer since nearly 15 years now and in all that time they also rised the prices only once for the package I use (and I think it was only recently in 2023 or so where it went from 4,90€ to 5,39€). Also their Storage Box seems to be not only one of the cheapest out there I have seen, but as far as I remember, you do not have to pay for the traffic if you want to restore your data, like it is with other hosters. Also they had a good service, were responsive if I opened a Ticket in the past and I can not remember if I had ever problems with the service I use (Web Hosting package).

















  • That is also holding me back. I am hosting tons of stuff myself, all dockerized, but I was not able to get kbin up and running yet. I wish someone would manage the images, so we can just pull, edit a .env and run / upgrade it.

    For me the whole process always hangs at a step that seems to have something to do with the php setup. I tried on different servers, even created a fresh Ubuntu 22 LTS and still had the same problem. I am sure I am doing something wrong (probably editing something incorrectly in the settings), but the process it not as easy yet as it is for the other services I am hosting at the moment.


  • SSH Reverse Tunneling is super useful to get remote systems connected which only have very limited internet access through mobile carriers. They usually do NAT and you have no chance to connect to these sites with a dial-in VPN or other technologies that require YOU to connect to the remote system. So we just create a reverse ssh tunnel with autossh that is kept alive by the remote system itself and we connect back to the system to the ssh tunnel. Since ssh is installed anyway, that is one of the simplest and most versatile options to connect to these systems for us.





  • I really want to self-host Kbin, since I like the interface and approach of it a bit more than Lemmy. But since building the docker images failed on my Homelab, I spun up a fresh Ubuntu LTS 22 Server at my hoster and ran through the Admin Docs again… sitting here still after 15 Minutes it trying to build the PHP image and it does not seem to make any progress. I wish we could pull the images and run it without building them ourselves. But kbin is in its early stages, maybe someone will push built images to a registry in the future.

    If this runs for another hour without any progress I guess I will call it a day and try Lemmy next.