Files
ports/www/code-server/pkg-message
T
Jochen Neumeister a73cae2fd8 www/code-server: Add new port
code-server enables running Visual Studio Code on a remote system and
accessing it through a web browser. It provides a familiar development
environment without requiring a local VS Code installation.

WWW: https://github.com/coder/code-server

Sponsored by:	Netzkommune GmbH
2026-06-21 20:07:06 +02:00

24 lines
291 B
Plaintext

[
{ type: install
message: <<EOM
code-server has been installed.
Enable the service:
sysrc code_server_enable=YES
Start the service:
service code-server start
By default, code-server listens on:
http://<server>:8080/
See:
%%PREFIX%%/share/doc/code-server/README.md
EOM
}
]