-
Symfonium (and other Apps) on Windows 10
EDIT (19.12.2024): Unfortunately, Microsoft has kind of stopped its support for WSA and f-ed something up with one of their updates. Maybe it was the move to win11 that did it (install worked the same as described here for win10). Maybe it just needs a re-install of a newer WSA-build. For me, it’s currently not…
-
Shlink configuration with database
Shlink is really easy to set up quickly. The big drawback of their default docker setup instructions is: everything is gone when the container is recreated i.e. updated. Of course, I like my containers up-to-date, so I use watchtower to automate this. Surprise surprise, all my links are now gone. My fault. After feeling like…
-
A simple docker-compose file for watchtower
Here is my docker-compose file for the watchtower container. It auto-updates other containers on the host, including itself (but that often fails for some reason). It uses a pre-configured GMail-adress to send notification mails. The WATCHTOWER_SCHEDULE env variable lets watchtower check for updates every day at 03:15.Set the hostname to have a readable hostname in…