My path to EU hosted Immich instance on Hetzner servers (Germany + Finland)
In the post you can find:
- Why Immich
- Why Hetzner
- Repository with examples
- Backup strategy
- Cost comparison
Hope you will enjoy this post
My path to EU hosted Immich instance on Hetzner servers (Germany + Finland)
In the post you can find:
Hope you will enjoy this post
I followed Hetzner’s docs on how to mount it with a small twist.
The docs say to edit /etc/fstab to add some automount config using
charset=utf8but the VPS OS did not include theutf8charset module by default (Ubuntu used to to bundle it but now it doesn’t). So had to run:There was a way to load the module without reboot but can’t remember. Once I did that, I followed Hetzner’s docs and that was it.
and I just found out that running
sudo apt full-upgrademay update your kernel which means you have to do the module setup again for the new kernel