N8N / README.md
loko99's picture
Update README.md
19a309e verified
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.

Live Status Pages

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

  1. Clone this repository and navigate to the project directory.

  2. Set your Dropbox token as an environment variable:

    export DROPBOX_TOKEN="your_dropbox_token"
    
  3. Build the Docker image:

    docker build -t n8nsync .
    
  4. 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