From a50c0a3ff55b92e0b052cc2fcc54f57e7dbbedb6 Mon Sep 17 00:00:00 2001 From: yaoresugi Date: Mon, 20 Oct 2025 23:46:08 +0900 Subject: [PATCH] =?UTF-8?q?README=E6=9B=B8=E3=81=8D=E6=8F=9B=E3=81=88?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a97e7e..53687ff 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ Configuration can be done through config file, GUI or environment variables. Var | TZ | Set your timezone for correct time | | | HOST | Listen address | 0.0.0.0 | | PORT | Port for web GUI | 8840 | +| BASE_PATH | Optional web path prefix for UI and API (no trailing slash) | | | THEME | Any theme name from https://bootswatch.com in lowcase or [additional](https://github.com/aceberg/aceberg-bootswatch-fork) | sand | | COLOR | Background color: light or dark | dark | | NODEPATH | Path to local node modules | | @@ -157,6 +158,7 @@ theme: sand timeout: 60 trim_hist: 48 use_db: sqlite +base_path: "" ```