# code-server **Repository Path**: ssshier/code-server ## Basic Information - **Project Name**: code-server - **Description**: Remote Development - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-11 - **Last Updated**: 2022-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # code-server on Kubernetes code-server is VS Code running on a remote server, accessible through the browser. https://github.com/cdr/code-server Authentication default password is `P@ssw0rd`. You can overwrite password by environment variables.(`PASSWORD`) ## How to use `code-server` image ``` helm install code-server- . --namespace --set user= ```