odo
ngrok forwarding

ngrok


ngrok is a cross-platform application that enables developers to expose a local development server to the Internet with minimal effort.

website: https://ngrok.com/download

Install ngrok via Snap

snap install ngrok

more sign up using ngrok

then run command to make it work as per

ngrok config add-authtoken 933......

ngrok http 8069

ngrok http 80 --compression

use this, it will send responses in gzip, will make it much faster



odo
Setup Odoo with pyenv an virtulenv
--> AlhadiTech