An n8n timer for an AI Agent

AI Agents are often limited to triggers by humans. This is a big limitation. I wanted my AI Agents to be able to schedule work for their future selves. Not Cron. Not a waiting loop. A proper “Hey, wake me up in 20 minutes and remind me what I was thinking” kind of timer. So I built a small workflow that acts as a self-activating timer. Any AI Agent can call it, hand over an interval and a prompt, and then, after the timer expires, the agent is pinged again with precisely the context it left behind. It turns out to be both incredibly simple and incredibly useful.

Read More

Automating Kodi through n8n with n8n-nodes-kodi

I’ve always been passionate about home automation and automating my life. When I discovered n8n’s powerful workflow automation capabilities, I was slightly disappointed that there was no built-in option to control Kodi. But that is what open-source is for, so let’s create it! That’s how n8n-nodes-kodi was born – a comprehensive plugin that brings the full power of Kodi’s JSON-RPC API to n8n workflows. Note: Most of the plugin, as well as this article have been written by AI.

Read More

Rspamd Filtering for Fetchmail, Dovecot & Sieve with Learning

I have been having some issues with setting up rspamd in combination with Dovecot >2.4. It seemed there was no complete documentation and the configuration options have changed quite a bit in Dovecot 2.4. So I pieced this together myself and provide it as a short tutorial here. Of course, there is lots of possible implementations of this, I use a smarthost setup with Fetchmail. Since no spam filter is perfect out-of-the-box, I also wanted to have learning of spam/ham supported.

Read More

AI-Powered Kindle Weather Display

I have been experimenting with Kindles for quite some time now and built and alarm clock, a homelab status display, and even a whole app framework. For some time now, I also have a Kindle on my desk, showing me the weather of the day in the form of an AI-generated painting. Why is AI required? It isn’t. But since it’s all the rage you are much more likely to read this post. Also, it makes for a bit more variety in the display. The result is something like this:

Read More

Traefik's Let's Encrypt certificates for Synology NAS - Updated

For about 15 years now, I have been using different Synology DiskStations (DS) as the backbone of my data storage. These are excellent systems with some added value. In fact, for quite a few years, my DS718+ was my only server. Nowadays, I split out server tasks and data storage, and have introduced Traefik as reverse proxy and single point of entry. This leaves the challenge of getting certificates from this reverse proxy to my Synology NAS to secure all traffic with HTTPS.

Read More

SnappyMail Single Sign-On - Updated

For many years, I had been using Rainloop as a fallback webmail client. Since Rainloop is no longer maintained, I recently switched to SnappyMail. Having spent lots of time to set up Traefik, Authelia, etc. I of course want to use single sign-on with as many services as possible. When switching to SnappyMail, I picked up this topic one more time and solved it for me.

Read More