32 lines
892 B
Markdown
32 lines
892 B
Markdown
# n8n Flows
|
|
|
|
Workflow JSON exports + ideas for the nuclide.systems homelab n8n instance at .
|
|
|
|
## Sync
|
|
|
|
A daily cron on CT 104 (03:30) exports all workflows → splits by name → commits + pushes here.
|
|
|
|
To restore a flow: import the JSON in n8n UI → **Workflows → Import from file**.
|
|
|
|
## Contents
|
|
|
|
```
|
|
flows/ # exported workflow JSONs (one per flow)
|
|
IDEAS.md # automation ideas backlog
|
|
README.md # this file
|
|
```
|
|
|
|
## Live flows
|
|
|
|
| Name | File | Status |
|
|
|---|---|---|
|
|
| Karakeep to memos | flows/karakeep-to-memos.json | active |
|
|
| RSS Archive Proxy | flows/rss-archive-proxy.json | active |
|
|
| Recipe | flows/recipe.json | active |
|
|
|
|
## Connection info
|
|
|
|
- n8n: https://n8n.nuclide.systems (OIDC via Pocket-ID)
|
|
- Gotify: http://192.168.1.40:10003 (homelab-health token: Az9NpC-m1jjf571)
|
|
- LiteLLM: http://192.168.1.40:4000 (Bearer sk-tapirnase)
|