Skip to content

bitovi/n8n-community-nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitovi n8n Community Nodes

Welcome to the official Bitovi repo for our community n8n nodes!

This repository contains custom n8n nodes built and maintained by Bitovi to extend the functionality of your workflows. Each node is packaged individually and can be used independently. The Docker image managed by this repository includes all of Bitovi's custom n8n nodes.

Packages

Our Docker image includes the following Bitovi n8n community nodes:

Usage

Get started quickly with our pre-built Docker image that includes all Bitovi community nodes. The image is available on Docker Hub and can be used in two ways:

Option 1: Use as Base Image

FROM bitovi/n8n-community-nodes
# Add your custom configurations here

Option 2: Direct Deployment

docker run -it --rm \
  --name n8n \
  -p 5678:5678 \
  bitovi/n8n-community-nodes

Docker Hub Repository: bitovi/n8n-community-nodes

Image Management

Automated Builds

  • GitHub Actions checks hourly for new n8n versions and node package updates
  • Automatically rebuilds and publishes the Docker image when updates are detected
  • Images are tagged with latest and version-specific tags

Contributing

We welcome community contributions! Please open an issue or submit a PR if you'd like to suggest a new node, report a bug, or improve an existing integration.

License

MIT License © Bitovi

Built better by Bitovi

About

A Place for Bitovi's n8n Community Nodes

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •