00:00 Introduction
00:15 Domain Setup and Server Creation
01:08 Installing Dependencies then Odoo
03:55 Disabling UFW
04:20 Accessing the Odoo Website
04:50 Installing and Configuring Nginx
07:15 Installing SSL Certificate using Certbot
08:40 Configuring odoo.conf
08:55 Adding CSP Policy
09:27 Accessing Odoo Application over HTTPS
Blog version of this video:
https://opensourcehustle.com/blog/ope...
Easily create servers with clear pricing using Vultr:
https://www.vultr.com/?ref=9518786
This tutorial explains how to install and configure Odoo 17 on an Ubuntu 22.04 server with nginx and securing it with Let's Encrypt certificate using Certbot.
The steps are as follows:
Creating an Ubuntu 22.04 Server
Pointing a Domain name to the server
Installing Odoo dependencies
Installing Odoo using the package manager
Disabling UFW
Accessing odoo using the ip address
Installing and configuring nginx
Installing and configuring let's encrypt certificate using certbot
Configuring odoo.conf to handle nginx proxy traffic
Adding a content security policy to direct traffic over https only
Accessing odoo over a secure connection
If you have any questions regarding the tutorial or you get stuck anywhere, write a comment and I'll try to respond promptly.