mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 11:38:47 +00:00
📝 added documentation
This commit is contained in:
parent
8b7af4287c
commit
d8d3a08da2
2 changed files with 18 additions and 0 deletions
17
docs/applications/code-server.md
Normal file
17
docs/applications/code-server.md
Normal 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`.
|
|
@ -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 |
|
||||||
|
|
Loading…
Reference in a new issue