top of page
Automated Backup of n8n Workflows to Gitea
This workflow automates backing up n8n workflows to a Gitea Git repository every 45 minutes. It uses the n8n API to fetch workflows, compares changes, encodes them in base64 using Python code nodes, and manages files via Gitea's API with HTTP Request nodes secured by Personal Access Tokens.

bottom of page
