To get this to work:
- Point your nginx server config for your domain to your OpenProject LXC http://ipaddress:80
- This throws the error “Invalid host_name configuration” when visiting your hostname for it.
- On the OpenProject LXC edit /etc/openproject/server and /etc/openproject/other (I also edited /etc/openproject/installer.dat) and change the hostname to your hostname.
- Run the command
openproject config:set SERVER_PROTOCOL_FORCE_HTTPS="true"
and then
openproject configure
Further thoughts… I bet you can do step 3 with the config:set command!