• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: September 1st, 2024

help-circle
  • I concur. Podman is superior in my opinion. It’s more secure by default (rootless containers) and can do pretty much everything docker can do naively (you can literally alias docker to podman in your shell and it will work)

    It’s not as easy to find info on some of the systemd specific stuff (Quadlets), but once you figure that out, it’s pretty amazing.

    I ended up making up my own scripts to allow me to create new system users, pre-loaded with aliases and shortcut functions to make my life easier ( automatic quadlet container file generation, pre-set network rules, etc), but it is not required.

    All the info is there, but starting out it can be a bit overwhelming.

    My containers are pretty much self sufficient now. I just intervene when something needs major updating or config changes



  • Not sure if anyone else mentioned this, but you can just redirect traffic on your local LAN with an ad blocker like pihole ( I currently use adguardhome podman instance )

    Basically, it rewrites any calls to your outside domain from within your local network, back to your local web server. As long as the site is setup with the certificate there, you’re good.

    Then setup a nginx reverse proxy and you’re golden. Regular site outside LAN, internal site inside LAN.

    Edit: spelling