21:47

Recommendarr - recommends movies and tv shows

An AI driven recommendation system based on Radarr and Sonarr library information
Gotta implement try this out later. My wish is for it to be integrated into a Plex collection, so I can easily browse through the Plex interface.
09:46

Some new personal finance #Selfhosted apps to check out:

  1. dollardollar: github.com/∞
  2. envelofy: github.com/∞
  3. personal-accountant: github.com/∞

Credits for the discovery: selfh.st/∞

09:32

Now it seems like #PDFDing is moving away from its original principle about being as simple looking as #LinkDing, which I loved. O well.. github.com/∞

20:29

Write SQL Queries in...Obsidian?

Did you know you can write queries to join data across all your data sources from within Obsidian.md?I
This one is interesting. I didn’t even know you can run Python scripts in Obsidian?! Now it’s a whole new world for me.
20:51

Docker | Quadratic Docs

Deploy Quadratic with Docker to almost any hardware.
This could be a great way to test my coding skills.
14:14

Relative Markdown Links in Hugo

The minimal example for relative markdown links:

[My Article](../my-article/index.md)  

Template: /layouts/_default/_markup/render-link.html:

<a href="{{ (.Page.GetPage .Destination).RelPermalink | safeURL }}">  
  {{ .Text | safeHTML }}  
</a>  
This solves the problem of relative markdown links to other pages in Hugo.
06:53

#Pangolin 1.0.0 is out and now supports multiple base domains. How cool is that? www.reddit.com/∞

22:25

@magnus919 or you can use Mastodon API to retrieve your toots and save them as markdown files in the #GoHugo content folder. See: deuts.org/∞

22:15

Why Obsidian integrates better with #MkDocs than #GoHugo?

  1. MkDocs is really built for documentation (and notes), whereas Hugo are primarily for blogs
  2. Linking your notes in Obsidian translate into correct link in the output html files in MkDocs, whereas in Hugo you need to use rel or relref shortcodes.
13:09

I give up trying to install #GetOutline. Between the database, Redis, environment variables, OAuth setup, and file permissions, there are just too many dependencies at play. Even when it seems like everything is configured correctly, something always refuses to work. Self-hosting shouldn’t be this complicated. 😩