metadata
title: N8Nsync
emoji: 📊
colorFrom: blue
colorTo: red
sdk: docker
pinned: false
app_port: 5678
N8Nsync
A Dockerized n8n instance with automatic backup and restore to Dropbox using rclone.
Features
- Runs n8n in a Docker container
- Automatically restores data from Dropbox on startup (if available)
- Backs up n8n data to Dropbox every 5 minutes
Requirements
- Docker
- A Dropbox API token (for
rclone)
Usage
Clone this repository and navigate to the project directory.
Set your Dropbox token as an environment variable:
export DROPBOX_TOKEN="your_dropbox_token"Build the Docker image:
docker build -t n8nsync .Run the container:
docker run -e DROPBOX_TOKEN=$DROPBOX_TOKEN -p 5678:5678 n8nsync
n8n will be available at http://localhost:5678.
Configuration Reference
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference