Entries by Génesis

Securing Odoo for External Access with HTTPS using Nginx Proxy Manager

Extend your local Odoo install with a reverse-proxy and Let’s Encrypt so users outside your office can connect via https://odoo.yourdomain.com:8443—no VPN needed. 1. DNS setup for your subdomain Create an A record in your DNS provider: This ensures odoo.yourdomain.com resolves to your WAN address. 2. Update docker-compose.yml with Nginx Proxy Manager 3. Configure pfSense NAT […]

Deploying Odoo Community Locally with Docker Compose

In this post we’ll spin up Odoo Community Edition on your local network using Docker Compose, so that any machine on your LAN can connect to it. 1. Create your docker-compose.yml 2. Launch the services 3. Verify it’s running Open your browser on any LAN machine:➡️ http://192.168.121.145:8069

Convert JPG Images to Optimized WebP

This command creates optimized WebP versions of your JPG images while intelligently handling image sizes, only larger images are resized, and smaller ones are left unchanged. The original JPG files remain untouched, with new WebP versions created alongside them.