OpenProject Installed with Nginx, Let's Encrypt, and Docker - How to on Secure Reverse Proxying
Awesome Open Source via YouTube
Overview
Syllabus
- Introduction
- Digital Ocean Server Setup
- Updating our Server before Install
- Docker CE install
- NginX Install
- Install OpenProject as a Docker Container
- Test our NginX site and our OpenProject Site without waiting
- Install LetsEncrypt Certbot
- Create our NginX Configuration File to make our Reverse Proxy
- Test our Reverse Proxy
- Setup the LetsEncrypt Certificate for our site
- Check our https secure site.
- first login to OpenProject and a very quick look at the UI
docker run -d -p 80 --name openproject -e SECRET_KEY_BASE=secret \
proxy_pass "http://127.0.0.80";
Taught by
Awesome Open Source