ktower/code-server-compose

Certificate location is currently hard-coded

Closed this issue · 3 comments

Certificate location is currently hardcoded to use LetsEncrypt's default location for the ide.towerfamily.org name. This should be made more generic and user-configurable.

Likewise, the nginx server_name field is also hardcoded. This should also be made user-configurable.

Removed server_name field in nginx configuration, as it doesn't appear to be required.
Made in-container references to cert/key pair be a generic /etc/certs/{fullchain,privkey}.pem reference.

Resolved in pull request #3