added additional doc for code-server config

This commit is contained in:
2026-03-14 04:26:43 +01:00
parent 81faa0ad5c
commit 8a2efef9e1
@@ -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 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. * 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. * 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 ## Code-Server docker container deployment