- Ready to Import: Fully functional JSON templates. Just connect your credentials and go.
- Low-Code Flexibility: Built entirely in n8n, making them easy to tweak for your specific needs.
- Developer-Centric: Focuses on efficiency, SSH management, and automated backups.
This repository serves as a library for my personal n8n automations. Whether you are looking to manage your inbox, scrape news, or handle server backups, these templates provide a robust foundation that you can import into your own n8n instance in seconds.
I'm Jonathan and I develop projects in my sparetime that help myself and others become better and more efficient developers!
| Name | Description | Status |
|---|---|---|
| Gmail Workflow | Automates email filtering and AI-driven categorization. Notifications through Discord & Telegram | |
| News Workflow | Scrapes specific sources and delivers summaries via HTML formatted mail. | |
| Backup Workflow | Automates database or file backups to github. | |
| SSH Workflow | Executes remote commands to proxmox server for updating lxc & docker containers. | |
| Budget Workflow | Automates expense tracking using AI, Google Drive & Sheets | |
| Job Hunting Workflow (Coming Soon) | Fetch job postings based on choosen keywords. Manipulate CV & Cover letter |
- Browse to the specific workflow folder.
- Open the
workflow.jsonfile. - Copy the entire JSON content.
- In your n8n editor, press
CTRL + V(orCmd + V) to paste and import the nodes.
- A running n8n instance (Self-hosted via Docker, Desktop app, or n8n Cloud).
- Required API keys for the specific services used (e.g., OpenAI, Google, Discord).
Most workflows use Environment Variables or Global Constants. Ensure you check the "Nodes" settings after importing to map your specific credentials.
Contributions are welcome!
- Fork the project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Test it: Ensure the workflow runs without errors in a clean n8n environment.
- Push to the Branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
Distributed under the MIT License. See LICENSE file for more information.