📝 added documentation

This commit is contained in:
HitLuca 2022-08-23 11:51:13 +02:00
parent 8b7af4287c
commit d8d3a08da2
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# Code Server (VSCode)
Homepage: <https://code.visualstudio.com/>
Code Server: <https://docs.linuxserver.io/images/docker-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/<your_inventory>/nas.yml` file.
Code Server's web interface can be found at <http://ansible_nas_host_or_ip:8443>
## Specific Configuration
Code Server uses the `code_root` folder to store its projects, by default defined as a zfs dataset on `samba_shares_root`.

View file

@ -15,6 +15,7 @@ By default, applications can be found on the ports listed below.
| Booksonic | 4041 | Bridge | HTTP | | Booksonic | 4041 | Bridge | HTTP |
| Calibre-web | 8084 | Bridge | HTTP | | Calibre-web | 8084 | Bridge | HTTP |
| Cloud Commander | 7373 | Bridge | HTTP | | Cloud Commander | 7373 | Bridge | HTTP |
| Code Server | 8443 | Bridge | HTTP |
| Couchpotato | 5050 | Bridge | HTTP | | Couchpotato | 5050 | Bridge | HTTP |
| Dashy | 8082 | Bridge | HTTP | | Dashy | 8082 | Bridge | HTTP |
| DokuWiki | 8085 | Bridge | HTTP | | DokuWiki | 8085 | Bridge | HTTP |