I’m refurbishing an old PC to work as a home server for several stuff. I’m looking for a lightweight distribution to install in it, but with a decent package repository. A small image size will be appreciated, as I have slow bandwidth too.

  • @[email protected]
    link
    fedilink
    52 years ago

    Dietpi. It’s debian with a small package repo of common selfhosting software pre-configured to work out of the box. It also has a dedicated community and very helpful maintainers!

  • @[email protected]
    link
    fedilink
    English
    212 years ago

    I went Debian without a Desktop for my server. I later installed a desktop for the occasion that I need it. But mostly, I use SSH

  • @[email protected]
    link
    fedilink
    English
    62 years ago

    MicroOS has worked well as a server for me. Run everything as a container. Use caddy and portainer for reverse proxy and container manager respectively. Auto updates, immutable, and has been bulletproof for me for awhile now.

  • Max-P
    link
    fedilink
    172 years ago

    Apart from Debian, I guess Alpine. It's quite popular in containers for its small size. Even Arch will be much bigger in that case because the packages are much less granular and install development libraries and headers for about everything.

  • @[email protected]
    link
    fedilink
    232 years ago

    Debian netinst. The network installable iso is much smaller than the full image as you only download stuff you actually want to install. Ubuntu used to have a mini.iso but sadly they got rid of it AFAIK.

  • @[email protected]
    link
    fedilink
    72 years ago

    Probably Debian. It’s basically the most used distro, and therefore has many online resources.

    • Old software, but very stable.
    • No bloat, very clean.
    • No custom programs interfering with any configurations etc.
    • Support for many server software etc.

    If you want an even cleaner OS, where (nearly) everything is under your control and as lightweight as possible, Arch would be for you. There’s the bonus of the AUR, but the huge problem of newest, “unstable” software, though I’ve yet to experience any problem on testing repos, except for the Nvidia drivers. In general, Debian should be enough of lightweightiness and control.