Category: Docker

  • Uptime Kuma broken?

    Exactly at 0:00 tonight, my monitors in Uptime Kuma started to report downtime. Log told me either “timeout of 48000ms exceeded” or “getaddrinfo EAI_AGAIN”, despite the actual websites all being online.

    I changed DNS settings from Quad9 to dns0.eu, nothing changed. Updated from the current release version to v2 beta 3 (because I already wanted it before), nothing changed. Changed the DNS settings to my local AdGuard home – everything’s fine now. 🤔

    Why? 😄

  • Local Ente.io instance

    I finally got my self-hosting instance of Ente.io running smoothly on TrueNAS SCALE, even with an embarrassing configuration mistake. 🥲🎉

    Now let’s test if it’s better than Immich.

  • Welcome to Seafile 12

    Just updated my Seafile cloud server to version 12.0.10. Even though running it with Docker, it’s always a bit of a gamble if it works quite fine.

    Had to adjust different configurations, check the logs (via docker-compose logs -f) to see that my external MySQL 8 server doesn’t seem to be supported anymore, since I had to adjust some migration SQL queries to remove the IF NOT EXISTS from statements like ADD COLUMN.

    In the end, it eventually worked, though. 🙂