Just a PC, Internet, and Lots of Hustle
Resources on various open source technologies
Latesโt Articles
Videos
Odoo 18 Setup Using Docker
This video goes over Odoo setup on Windows using docker compose, running multiple Odoo containers with different version, creating postgres container and user, database initialization using docker command, Odoo config file, adding custom modules, development environment for custom modules, useful dev flags, and persistent data using docker volumes.
n8n Setup Using Docker
The tutorial covers docker installation, running the n8n container using compose.yml file, accessing the n8n application and creating a basic RAG Chatbot.
Generating PDF Documents in n8n for Free Using Carbone
This video covers how to generate PDF documents using a Carbone container. A template is created using google docs which is uploaded to the Carbone container. The template includes tags which Carbone replaces with the JSON keys, the JSON keys can include lists which Carbone is able to loop over. The tutorial includes an SEO audit workflow to test the PDF generation.