checkout “My checklist and tips for server setup”

Please share your tips and tricks with me. I would love to hear them and use them.

Any feedback is welcomed.

  • somegeek@programming.devOP
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    Thank you for pointing this out about the missing firewalld step! I will update my post.

    The docker network+reverse proxy is also how I handle things too.

    Podman seems easy to migrate, and works fine with firewalls.

    • confusedpuppy@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      26 minutes ago

      I’ve spent a few hours with Podman and I was able to get my reverse proxy and a couple smaller services running which is quite nice. I’m using Alpine Linux so there were some extra steps I had to follow but their wiki handles that pretty good. The only issue I need to figure out is how to auto start my services on a system restart since Podman seems to focus on Systemd development. This seems like a good start but I think I need to figure out how pods and containers work in Podman first.

      I’ve only started learning this stuff not too long ago but I’m surprised how relaxed Docker is with port management. I was under the impression that docker is more secure because it’s containerized. Even more surprising was how little documentation there is for how to secure Docker ports.