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:
parent
b0c0162b06
commit
ab6b03a6d4
4 changed files with 13 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue