• 8 Posts
  • 112 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • filister@lemmy.worldOPtoSelfhosted@lemmy.worldVyOS or Opnsense
    link
    fedilink
    English
    arrow-up
    1
    ·
    28 days ago

    Thanks for the detailed feedback. I think I am also leaning towards Opnsense right now. I think for a relative newbie like me, that would be better.

    I know that I can build and host everything on my own on a pure Linux distro, but I would like to have some life left at the end of the day and not spend days of building testing and debugging network related problems.

    By the way another user suggested that with VyOS you can build an LTS target yourself and that they provide build instructions.











  • I am playing around with Podman Quadlet and that’s one hell of a rabbit hole. I have everything up and running, and now I need to configure the containers, and probably will deal with other pain points, etc.

    The good thing is that I have documented the whole process so it is reproducible but it took me quite some time to figure out everything.



  • Nice, thanks for sharing. How did you solve the file permission issue?

    Also I see you put all your services as a single pod quadlet what I am trying to achieve is to have every service as a separate systemd unit file, that I can control separately. In this case you also have a complication with the network setup.



  • There are no logs in journalctl, just when I check the status of the systemd services I see that the container service has crashed and after 5-6 restarts it gave up.

    I was thinking of installing the latest podman 5.7.0 and try with it, as there are quite a few updates between that one and 5.4.2 that comes as standard on Rocky.




  • I don’t know, I tried even with uptime-kuma and Homepage but as soon as I start the service it kills it after 6 unsuccessful restarts. Maybe I will spin up a completely new VM tomorrow and start from scratch.

    I think the problem might be with the data directory permissions, even though I have added the subuid and the subgid to my user and enabled the lingering on the user.

    But I did so many things so there is a chance it is already quite messed up.