Backup Workflows to Gitea
detail.loadingPreview
This workflow automatically backs up all n8n workflows to a Gitea repository.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow periodically checks for changes in your n8n instance and commits them to a specified Gitea repository. It ensures that your workflow configurations are safely stored and version-controlled.
Key Features
- Scheduled backup of n8n workflows.
- Commits workflow changes to a Gitea repository.
- Supports Git operations like checking for changes and committing new/updated files.
- Base64 encoding for workflow data before committing.
How To Use
- Install the workflow: Import the provided JSON into your n8n instance.
- Configure Credentials: Set up an N8N API credential for your n8n instance.
- Set Global Variables: Configure the
Globalsnode with your Gitea repository URL, name, and owner. - Schedule Trigger: Adjust the
Schedule Triggerto your desired backup frequency (e.g., every 45 minutes). - Gitea Repository: Ensure the specified Gitea repository exists and is accessible by your n8n instance.
Apps Used
Workflow JSON
{
"id": "af17063b-194d-4893-bda9-46cba2ac793d",
"name": "Backup Workflows to Gitea",
"nodes": 0,
"category": "Backup & Version Control",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: af17063b-194d...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Backup Workflows to Git Repository
Automatically backs up n8n workflows to a Git repository.
GitLab Workflow: Backup and Push
Automates the backup of n8n workflows and credentials to a Git repository.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.