Files
docs-public/projects/code-server/code-server.md
wompmacho 85f2d3a9e0
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
cleanup | add includes for docker-compose files
2026-03-30 03:41:38 +00:00

559 B

title, description, date, lastmod, author, showHero, tags
title description date lastmod author showHero tags
code-server Quick overview of code-server and setup 2025-02-04 2025-02-04 wompmacho false

Whats is code-server?

code-server is a self-hosted instance of Visual Studio Code that runs on a remote server and is accessible directly through your web browser. It effectively turns any machine with a CPU and RAM into a fully functional cloud-based development environment.

Docker Compose Example

{{<include "/srv/configs/docker_compose/code-server/docker-compose.yaml">}}