schmurian

joined 1 month ago

What are you using to download them as Markdown?

[–] schmurian@lsmu.schmurian.xyz 6 points 5 months ago (1 children)

Mine already died. Now i have to wait...

[–] schmurian@lsmu.schmurian.xyz 1 points 7 months ago

Not more but I would say it offers some additional options and integrations, because it's api based. For example, on my server I connected it with ntfy.sh which executes the command to pull the update, for the apps' docker container. (It's working 90% of the time)

[–] schmurian@lsmu.schmurian.xyz 6 points 7 months ago (3 children)

I used this for a while, aside from rss feeds: newreleases.io

[–] schmurian@lsmu.schmurian.xyz 2 points 8 months ago (1 children)

Are you using a VPN to connect to your devices at home? I have a similar setup, when I'm away from home, I connect via Tailscale (a version Wireguard VPN) and keep all notes in sync.

In Joplin I use the WebDAV connection to store files on my server at home.

[–] schmurian@lsmu.schmurian.xyz 1 points 10 months ago* (last edited 10 months ago)

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.