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.
Self Host n8n + Custom Domain + SSL Certificate
This video goes over self hosting an n8n instance with a custom domain over HTTPS. The setup includes 3 docker containers, nginx as a web server, n8n as the application, and certbot for generating and renewing certificates. The docker setup is convenient as you are able to extend it by adding additional containers/services, for example you can add a pgvector container, use it to store vectors and create a 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.