• 1 Post
  • 330 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle


  • I run debian on everything, so I set up unattended-upgrades for security updates and basically forget about it. Docker updates are also automatic with Komodo, just make sure databases are pinned to a major version.

    For monitoring my services I use Uptime Kuma, and get an alert if a service goes down so I can fix it.

    Been pretty solid for years now. Things get rebooted every month or two when I do a Proxmox upgrade and reboot the host.









  • Install Debian as a server with no GUI, install docker on it and start playing around.

    You can use Komodo or Portainer if you want a webUI to manage containers easily.

    If you put any important data on it, set up backups first, follow the 3-2-1 rule by having at least 2 backups in place.

    The problem with stuff like yunohost is when it breaks you have no idea how to fix it, because it hides everything in the background.