feat: Add HTTPS support
All checks were successful
/ pre-commit (push) Successful in 1m6s

Fixes #19.

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-09-19 07:12:21 +02:00
commit b62a807f89
Signed by: jriou
GPG key ID: 9A099EDA51316854
3 changed files with 18 additions and 3 deletions

View file

@ -34,6 +34,8 @@ The file format is **JSON**:
* **languages** ([]string): List of supported [languages](https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages)
* **language** (string): Default language (default "text")
* **enable_upload_file_button** (bool): Display the upload file button in the UI (default true)
* **tls_cert_file** (string): Path to TLS certificate file to enable HTTPS
* **tls_key_file** (string): Path to TLS key file to enable HTTPS
The configuration file is not required but the service might not be exposed to the public.