Skip to content

Instantly share code, notes, and snippets.

View TephlonDude's full-sized avatar
💭
I may be slow to respond.

TephlonDude

💭
I may be slow to respond.
View GitHub Profile
@TephlonDude
TephlonDude / install_NodeJS_16.sh
Last active March 19, 2022 18:07
Installing Node.JS v16 in Debian Based System
#!/bin/bash
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt update
sudo apt upgrade
sudo apt install nodejs
@TephlonDude
TephlonDude / install_n8n.sh
Created January 29, 2022 03:40
Manual list of commands to install n8n in Ubuntu
#!/bin/bash
sudo apt update
sudo apt upgrade
sudo apt install build-essential python
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt install nodejs
cd ~
mkdir ~/.nodejs_global

Keybase proof

I hereby claim:

  • I am tephlondude on github.
  • I am tephlon (https://keybase.io/tephlon) on keybase.
  • I have a public key ASDriLyzvJzObvr9LUxHXCdB7humzWoNugeHFtutGbhdUgo

To claim this, I am signing this object:

Requirement n8n IFTTT Integromat Zapier
Hosting Self Hosted Cloud Hosted Cloud Hosted Cloud Hosted
Free Tier Limitations No function limitations Create 3 Applets Max 1000 Operations 100 Tasks per Month
Must host locally on own hardware No Support 100 MB Data Transfer 5 Zaps
15 Minute Execution Frequency 15 minute Update Time
2 Active Scenarios Max Single Step Zaps
1 MB Internal Storage Max
1 Datastore Max
5 MB Max File Size
@TephlonDude
TephlonDude / n8n_overview.erb
Created October 2, 2020 01:34
Smashing dashboard file that created the n8n Overview dashboard
<% content_for :title do %>n8n Overview<% end %>
<div class="gridster">
<H2>n8n Overview</H2>
<ul>
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="npm_final" data-view="Meter" data-title="npm Final" data-height="200" data-width="200" data-min="0" data-max="1" data-suffix="" style="background-color:#CB3837;"></div>
<i class="fas fa-flag-checkered icon-background"></i>
</li>