this post was submitted on 17 Apr 2026
62 points (91.9% liked)

Selfhosted

60024 readers
959 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Just curious what people are using n8n for.

I just finished setting up a workflow that sends me a Telegram message every night about photography opportunities for the next day. It puts together weather data, POIs (which I defined for my location), sun/moon position, milky way visibility, cloud cover, etc. The message then simply tells me if it's worth it going out in the morning.

you are viewing a single comment's thread
view the rest of the comments
[–] dalekirkwood@lemmy.world 4 points 2 months ago (1 children)

Tons of things 😊

  • Built quite a few personal agents, long before OpenClaw or whatever that is
  • Automated Social Media Images
  • Set up a bot on Manifold Markets
  • Created entire processes in our company using it for Sales, Marketing and Customer Support
  • Automatically update the CRM using Macrodroid and n8n
  • tons of other playing around.

One of the most amazing pieces of software I've ever used.

[–] sixty@sh.itjust.works 2 points 2 months ago (1 children)

Can you elaborate on the agents? How do you handle persistant memory, what triggers them? What are they for? ☺️

[–] dalekirkwood@lemmy.world 2 points 2 months ago

n8n offers some cool agent features out of the box.

Like, if I talk about my personal agent is connected to Telegram, it can access my emails, my calendar, it can do web searches, deep research, it can access a NocoDB instance. etc. It also records a journal, any food diaries, it can take handwritten notes and convert them to text and store in my obsidian vault.

For memory, I use the standard one from n8n but for long term memory, I use NocoDB or some vector storage (I forget the name).

Honestly, it's very easy to get started and play around with, so I recommend just setting up an agent and just having a go.