diff --git a/docs/01-Planning/01-Technical-preparation-for-docs.md b/docs/01-Planning/01-Technical-preparation-for-docs.md index fa01b48..a89861b 100644 --- a/docs/01-Planning/01-Technical-preparation-for-docs.md +++ b/docs/01-Planning/01-Technical-preparation-for-docs.md @@ -5,6 +5,7 @@ Before documenting all my research for the planning phase of the app there are s * I will be coding in a [code-server](https://github.com/coder/code-server) docker instance so that I can develop and build my app in a central location. This way I'm not dependent on building the project on every machine I work from. * I will be using a locally hosted docker instance on my Proxmox server to deploy the code-server container. * After preparing the container I will connect it to my self hosted Git(ea) repository to ensure a git flow from the very beginning. +* To ensure SSL which is recommended for code-server I will use a tunnel with my Pangolin instance and Cloudflare as DNS resolver. This is a temporary solution later it will be changed to a self signed cert with Caddy. ## Code-Server docker container deployment