• 0 Posts
  • 22 Comments
Joined 4 months ago
cake
Cake day: December 1st, 2024

help-circle
  • Not using ZFS but a similar approach: All my data (paperless, and other docker container data) is encrypted with LUKS on a separate disk. The OS is running unencrypted on the SD card (using a Raspberry Pi). This way I can swap out the system and relink the docker container data if needed. Yes, I do need to unlock after a reboot, but since the system is fully up, that’s done easily via ssh.

    Still looking into ways to unlock it automatically on certain criteria…












  • I think this is what you should look into. Are the services in Heimdall listed with the local IP or host names? Or are they referenced with the tailscale IP?

    Three things I want to add here:

    • On tailscale I can only access my home lab’s root page with the services being accessible with something like domain.tld/service.
    • service.domain.tld is not supported by tailscale. (See github issue)
    • The local domain is different to the tailscale domain. If you want to use them with a reverse proxy (nginx, caddy) you need to have rules configured for your tailscale magic DNS domain too.

    I hope this helps.








  • I recently saw a blogpost somewhere, where someone used git versioning for writing, and I find this idea highly intriguing. Then I realized, that I already have an app that would allow me to work like this: NotesHub

    For now, I only started a journal, but I plan for some time already to start writing again.

    Obsidian is great too, but a pain when it comes to syncing on iOS.