diff --git a/docs/applications/code-server.md b/docs/applications/code-server.md new file mode 100644 index 00000000..8b1273d7 --- /dev/null +++ b/docs/applications/code-server.md @@ -0,0 +1,17 @@ +# Code Server (VSCode) + +Homepage: + +Code Server: + +Run VSCode on you NAS, accessible through the browser. This web based IDE works exactly like VSCode Desktop would, but with the freedom of using it from anywhere. + +## Usage + +Set `code_server_enabled: true` in your `inventories//nas.yml` file. + +Code Server's web interface can be found at + +## Specific Configuration + +Code Server uses the `code_root` folder to store its projects, by default defined as a zfs dataset on `samba_shares_root`. diff --git a/docs/configuration/application_ports.md b/docs/configuration/application_ports.md index a2f8b21f..eedfcaf8 100644 --- a/docs/configuration/application_ports.md +++ b/docs/configuration/application_ports.md @@ -15,6 +15,7 @@ By default, applications can be found on the ports listed below. | Booksonic | 4041 | Bridge | HTTP | | Calibre-web | 8084 | Bridge | HTTP | | Cloud Commander | 7373 | Bridge | HTTP | +| Code Server | 8443 | Bridge | HTTP | | Couchpotato | 5050 | Bridge | HTTP | | Dashy | 8082 | Bridge | HTTP | | DokuWiki | 8085 | Bridge | HTTP |