update all include rules to use % for markdown formatting
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 34s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 34s
This commit is contained in:
19
projects/code-server/index.md
Normal file
19
projects/code-server/index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: code-server
|
||||
description: CitC vs-code client
|
||||
date: 2025-02-04
|
||||
lastmod: 2025-02-04
|
||||
author: wompmacho
|
||||
showHero: false
|
||||
tags: []
|
||||
---
|
||||
|
||||
## 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
|
||||
|
||||
```yaml
|
||||
{{% include "/srv/configs/docker_compose/code-server/docker-compose.yaml" %}}
|
||||
```
|
||||
Reference in New Issue
Block a user