this post was submitted on 31 Aug 2023
88 points (93.1% liked)

Selfhosted

60177 readers
481 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Last time I posted a full writeup on my lab (The before before this) there was a lot of questions on what exactly I was running at home. So here is a full writeup on everything I am running, and how you can run it too

you are viewing a single comment's thread
view the rest of the comments
[–] Octavius@lemmy.world 5 points 2 years ago (2 children)

With this amount of servers it seems to be quite a job running and managing all of these. I am running just a few containers and struggle sometimes when there is a major version upgrade to get everything back up running.

How much time do you spend on maintenance for these machines and do you have a tool for it or is it just plain command line? 😯

[–] lazynooblet@lazysoci.al 4 points 2 years ago

Monitoring is the key. I use Zabbix, but essentially you want to gather metrics and report on issues.

Once things are set up and working, even with 10s of VMs and applications, it's quite reliable. The biggest things that catch you out are updates breaking functionality, updates requiring additional manual steps, running out of disk space or expired certificates.

I find I get a spurt of energy to recreate or implement a new system every few months but things just tick over in the meantime.

[–] GiantPossum@lemmy.world 2 points 2 years ago (1 children)

Not really, I just update containers via Portainer and update the OS with a bash script. Once every few weeks I just roll through them all, only takes 30 mins at most

[–] ZuriMuri@discuss.tchncs.de 1 points 2 years ago

For automated container updates I can highly recommend watchtower. It also works with updates for specific releases/versions where you’re not using the :latest tag. It was also relatively easy to configure for my small setup of 15 containers.