little website

This commit is contained in:
Crizomb 2025-07-29 02:23:10 +02:00
parent 4d14982e38
commit 2e6f697a69
8 changed files with 201 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Intro & Prerequisite
n8n is a cool automation tool like zappier to automate your workflows.
But n8n source code is available and you can host it on your hardware !
And in this guide I'll show you how to host n8n on an old android phone (And you do not need root) !
I assume you have read
https://github.com/Crizomb/android_hosting_tutorials/tree/main
Or already have Termux and ssh set-up.
# Difficulties
The recommended way of running n8n is via docker.
But docker doesn't run natively on tmux, even with proot I didn't manage to get it working.
If your bootloader is unlocked it can be maybe better to install a custom OS to get docker working, but this tutorial is made for devices that are noot rooted.