From 83b72521a829efe4d2afdea99b0f20a8082bfc33 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Mon, 21 Oct 2024 13:36:02 +0200 Subject: [PATCH] Suggest readonly mode --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 36be517..27c1cdd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,6 +23,10 @@ The extension goal is to replace the functionality currently offered by [quackpi - `httpserve_start(host, port, auth)`: starts the server using provided parameters - `httpserve_stop()`: stops the server thread +#### Notes + +🛑 Run DuckDB in `-readonly` mode for enhanced security +
### 📦 [Installation](https://community-extensions.duckdb.org/extensions/httpserver.html)