1
0
Fork 0
forked from jriou/coller

feat: serve clients binaries from a local directory

Fixes #44.

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-10-10 12:30:32 +02:00
commit ab6b03a6d4
Signed by: jriou
GPG key ID: 9A099EDA51316854
4 changed files with 13 additions and 5 deletions

View file

@ -41,6 +41,7 @@ The file format is **JSON**:
* **tls_key_file** (string): Path to TLS key file to enable HTTPS
* **ace_directory** (string): Serve [Ace](hhttps://ace.c9.io/) assets from this local directory (ex: "./node_modules/ace-builds"). See **Dependencies** for details.
* **bootstrap_directory** (string): Serve [Bootstrap](https://getbootstrap.com/) assets from this local directory (ex: "./node_modules/bootstrap/dist"). See **Dependencies** for details.
* **clients_directory** (string): Serve clients binaries from this local directory (ex: "./releases/1.2.0")
* **disable_editor** (bool): Disable Ace editor.
The configuration file is not required but the service might not be exposed to the public.