This will setup dnscrypt-proxy as the only DNS on Ubuntu Server. Change from DHCP to Static IP create a backup of /etc/netplan/50-cloud-init.yaml and then copy below structure for static IP and then apply the new netplan Install dnscrypt-proxy create a backup of /etc/dnscrypt-proxy/dnscrypt-proxy.toml and then use your config based on your preference what is important […]
Tag: raspberry pi
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 […]
Complete guide NextCloud + External HDD NTFS + Nginx Proxy Manager
NOTE: Use below Guide for Raspberry Pi 3. If you are using Raspberry Pi 4 use this guide instead Complete Guide Rasp Pi 4 for NextCloud + Redis + MySQL + Ext NTFS + Nginx Proxy Manager. If you are looking for self-host-dropbox-like you are coming to the right place, I am using Raspberry Pi […]
How to Setup a Forever Free SSH access to Raspberry Pi without port forward
My home ISP is using private IP for internet access meaning I can’t port forward from the router since the public IP actually used by multiple clients / houses meanwhile having dynamic IP cost me double, so my options are using ngrok or dataplicity or reverse tunnel to a VPS a rather expensive yet convenient. […]