How do you set up a server? Do you do any automation or do you just open up an SSH session and YOLO? Any containers? Is docker-compose enough for you or are you one of those unicorns who had no issues whatsoever with rootless Podman? Do you use any premade scripts or do you hand craft it all? What distro are you building on top of?

I’m currently in process of “building” my own server and I’m kinda wondering how “far” most people are going, where do y’all take any shortcuts, and what do you spend effort getting just right.

  • jsqribe@feedly.j-cloud.uk
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    If doing a fresh server external, I’d go for debian as base(don’t need to update it too often + stable)

    For apps it’s mostly docker-compose to set up portainer/nginx-proxy then from ther just manage the rest from portainer/nginx-proxy web-ui. ony log on the server for the occasional docker updates / pruning for space.

    I see a lot of guys going the full kubernetes route and it’s something I’m hoping to get into at some point but it seems like a lot to unpack for now.