# CodeServer **Repository Path**: python3webspider/CodeServer ## Basic Information - **Project Name**: CodeServer - **Description**: Code Server - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-18 - **Last Updated**: 2021-12-18 ## 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= ```