• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle

  • My whole infrastructure is designed so that my homeserver is expendable.

    Therefore my most important tool is Syncthing. It is decentral, which is awesome for uptime and reducing dependance on a single point of failure. My server is configured as the “introducer” node for convenience.

    I try to find file-based applications, such as KeePassXC or Obsidian, whenever I can so that I can sync as much as possible with Syncthing.

    Therefore there is (luckily) not much left to host and all of it is less critical:

    • Nextcloud AIO: calendar, contacts, RSS, Syncthing files via external storage
    • Webserver: Firefox search plugins (Why is this necessary, Mozilla?!), custom uBlock Origin filter list, personal website

    So the worst thing that can happen when my server fails is: I need to import my OPML to a cloud provider and I loose syncing for some less important stuff and my homepage is not accessible.

    Since I just rebuilt my server, I can confirm that I managed a whole week without it just fine. Thank you very much, Syncthing!




  • Have you considered a fixed release in combination with rolling applications (i. e. Flatpak, Snap)?

    If you choose Fedora (preferably one of the atomic variants, like Silverblue), you would also get a rolling kernel and rolling KDE Plasma desktop, so overall the experience can be quite close to a rolling release distribution if you install the desktop applications via Flatpak.

    Ubuntu “interim” (non-LTS) releases are usually also fairly current and could be a good choice if you don’t mind Snap. There’s also the option of following the Ubuntu “devel” branch, which always refers to the current pre-release version of Ubuntu (e. g. 24.04 at the moment) and is rolling.

    Just wanted to give you a different direction to think about. ;)