From f47dddfa56781decb214f1924a0c7cac5ed02354 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Jun 2026 12:36:41 +0200 Subject: [PATCH] docs: add NITRO_BRANCH and NITRO_SITE_URL to README config table --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8e3fe48..1b7b113 100755 --- a/README.md +++ b/README.md @@ -94,6 +94,10 @@ bash update-Nitrov3.sh | `NITRO_CLIENT_DIR` | `{nitro}/public/configuration` | Nitro client config directory | | `NITRO_CLIENT_SRC` | `/var/www/Nitro-V3` | Nitro-V3 source directory | | `NITRO_RENDERER_SRC` | `/var/www/Nitro_Render_V3` | Nitro Render V3 source directory | +| `NITRO_BRANCH` | `main` | Git branch to checkout in all repos (`main` or `dev`) | +| `NITRO_SITE_URL` | *prompted at runtime* | Base site URL — all Nitro URLs are derived from this automatically | + +> If `NITRO_SITE_URL` is not set in `.env`, the script prompts for it interactively at runtime, making it work on any VPS without manual URL configuration. ---