From 8a1f604080286c4cf6a2a8a4a42408533b552167 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:37:45 +0100 Subject: [PATCH] Update AI.md --- docs/AI.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/AI.md b/docs/AI.md index 489a4b35d..9efebd689 100644 --- a/docs/AI.md +++ b/docs/AI.md @@ -224,9 +224,9 @@ CLEAN_INSTALL=1 fetch_and_deploy_gh_release "appname" "owner/repo" ### Helper Utilities -| Function | Description | Example | -|----------|-------------|----------| -| `import_local_ip` | Sets `$LOCAL_IP` variable | `import_local_ip` | +| Function/Variable | Description | Example | +|-------------------|-------------|----------| +| `$LOCAL_IP` | Always available - contains the container's IP address | `echo "Access: http://${LOCAL_IP}:3000"` | | `ensure_dependencies` | Checks/installs dependencies | `ensure_dependencies curl jq` | | `install_packages_with_retry` | APT install with retry | `install_packages_with_retry nginx redis` |