https://github.com/tephlondude/n8n-pi
Tools and Images to Build a Raspberry Pi n8n server
https://github.com/tephlondude/n8n-pi
n8n n8n-pi nodejs raspberry-pi raspberry-pi-3 raspbian-image rpi3
Last synced: about 1 month ago
JSON representation
Tools and Images to Build a Raspberry Pi n8n server
- Host: GitHub
- URL: https://github.com/tephlondude/n8n-pi
- Owner: TephlonDude
- License: unlicense
- Created: 2020-05-02T04:39:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T20:15:01.000Z (over 3 years ago)
- Last Synced: 2024-10-11T02:02:33.212Z (12 months ago)
- Topics: n8n, n8n-pi, nodejs, raspberry-pi, raspberry-pi-3, raspbian-image, rpi3
- Language: Shell
- Size: 1.27 MB
- Stars: 61
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# n8n-pi
Tools and Images to Build a Raspberry Pi n8n server    
# Introduction
The purpose of this project is to create a Raspberry Pi image preconfigured with n8n so that it runs out of the box.## What is n8n?
[n8n](https://n8n.io) is a no-code/low code environment used to connect and automate different systems and services. It is programmed using a series of connected nodes that receive, transform, and then transmit date from and to other nodes. Each node represents a service or system allowing these different entities to interact. All of this is done using a WebUI.## Why n8n-pi?
Whevever a new technology is released, two common barriers often prevent potential users from trying out the technology:
1. System costs
1. Installation & configuration challengesThe n8n-pi project eliminates these two roadblocks by preconfiguring a working system that runs on easily available, low cost hardware. For as little as $40 and a few minutes, they can have a full n8n system up and running.
## Thanks!
This project would not be possible if it was not for the help of the following:
* [n8n Project](https://n8n.io/)
* [GitHub](https://github.com/n8n-io/n8n)
* [Community](https://community.n8n.io/)
* [Raspberry Pi](https://www.raspberrypi.org/)
* [Documentation](https://www.raspberrypi.org/documentation/)
* [Raspberry Pi OS](https://www.raspberrypi.org/downloads/raspbian/)
* [GitHub](https://github.com/)
* [Docsify](https://docsify.js.org/)# Documentation
All documentation for this project can be found at http://n8n-pi.tephlon.xyz.# Alternate Installation
If you are interested in installing and then running n8n using `systemd`, check out [this gist](https://gist.github.com/Sclafus/9823cc863ad4d007d0ccfef048fa4942) by [Sclafus](https://gist.github.com/Sclafus).