You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ There are a few things you can configure, this is the most used list:<br/>
21
21
```OE_SUPERADMIN``` is the master password for this Odoo installation.<br/>
22
22
```INSTALL_NGINX``` is set to ```False``` by default. Set this to ```True``` if you want to install Nginx.<br/>
23
23
```WEBSITE_NAME``` Set the website name here for nginx configuration<br/>
24
+
```WEBSITE_NAME``` Set the website name here for nginx configuration<br/>
25
+
```ENABLE_SSL``` Set installs certbot configures https with Let's Encrypted certificate
26
+
```ADMIN_EMAIL``` Email is needed to register for Let's Enctryped Registeration. Replace the default place holder with an email of your organisation.
27
+
```INSTALL_NGINX``` and ```ENABLE_SSL``` must be set to ```True``` and the place holder in ```ADMIN_EMAIL``` must be replaced with a valid email address for certbot installation
0 commit comments