If you are using LiteSpeed Web Server add this to .htaccess from wordpress root directory
Month: December 2020
Workflow Automation with n8n | BTC Price Alert
First thing first Check my previous post about what is and how to install n8n: Workflow Automation with n8n | Installation What it will do? The idea is to make price alert using the API from indodax (IDR Price) and set initial price first time and then check periodically if price is raised or dropped […]
Workflow Automation with n8n | Installation
What is n8n and how does it look? Short answer IFTTT-like self-hosted alternative, details? Check https://n8n.io/ How to install? Please note that I am hosting with Raspberry Pi hence the easier to maintenance and configure for me is through docker which mean the image used is arm-based. This tutorial expects that you knew docker and […]