I’m thinking about buying a Raspberry Pi to start my self-hosted journey. I have three usecases in mind: Navidrome server, Jellyfin server and a Pi-hole network ad-blocking. Can a single machine (like a Raspberry Pi) run these operations simultaneously? Thanks in advance!

  • pdl@social.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    17 hours ago

    @libewa @SpiceDealer You do not need docker for running more than one service on a RasPi or another computer. Just configure the web services to listen on an arbitrary port on localhost. Set up a reverse proxy (you can do this with traefik, nginx, apache2 …) and expose your services with unique names on standard port 443.
    Of course, many services are run via docker in a very comfortable way.