• 25 Posts
  • 329 Comments
Joined 2 years ago
cake
Cake day: October 18th, 2023

help-circle









  • 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.