https://github.com/python3webspider/codeserver
Code Server
https://github.com/python3webspider/codeserver
Last synced: about 2 months ago
JSON representation
Code Server
- Host: GitHub
- URL: https://github.com/python3webspider/codeserver
- Owner: Python3WebSpider
- Created: 2021-06-27T19:25:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T16:45:32.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T16:43:46.192Z (3 months ago)
- Language: Dockerfile
- Size: 2.84 MB
- Stars: 11
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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=
```