Achieve Maintenance Free Setup

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • docker

    ⛴ Docker image of Nextcloud (by nextcloud)

  • So this thing shouldn't shit its pants as base OS, thus we turn to the applications: For Nextcloud I found out that as long as you only advance at most one major version at a time, you can just pull the fresh docker container and be done with it ( https://hub.docker.com/_/nextcloud ). Sooo what if you where to mount persistend Nextcloud data to a BTRFS subvolume, and have a cron job that once per week at night takes a snapshot of the volume, pulls the new nextcloud image, and restarts the service. There's some more bits (like snapshot lifecycle management, what about other services (Bitwarden-rs, Syncthing and GitLab are particularly important to me)), but that would be the general idea.

  • watchtower

    A process for automating Docker container base image updates.

  • If you want to make your container maintenance easier though, check out Watchtower. It's a container that will update all your container images whenever there's new ones, and rebuild your containers with their existing configuration, so it's pretty seamless.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts