How in terms of “how did you do it” i.e. a guide a wiki etc. How to you maintain it? How do you provide security and how do you maintain it? Do you host on bare metal at home? Do you use a cloud service? If the former, how do you connect to it when you aren’t at home?

I realize that’s a lot to ask, but I have some down time and want to hear everyone’s full viewpoints

  • StrawberryPigtails@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    I self host a lot of different things, some public (like my Nextcloud instance) and others are only on my home network (like paperless). Basically, if I know I’m going to allow non-techy folks to access the service I’ll consider making it public, otherwise it stays on my VPN.

    Setting them up was mostly just downloading their docker-compose.yaml adjusting a few variables to suit my needs and then running docker compose up -d to bring them online.

    For the most part, maintaining the service consists of making backups and just pulling the new containers when it’s time to update (docker compose pull && docker compose up -d).

    As for hardware, mostly it’s just old desktops I’ve repurposed into servers. I don’t generally use VPSs unless it’s something I really don’t want to go down if my home internet goes out. Right now, nothing I have is running on a VPS, but the last service would have been my Matrix server. When I couldn’t get any of my friends and family onboard with it I shut it down and started using a public Matrix server instead.