fix(nocodb): add database init and final report entry

missing from initial nocodb implementation
This commit is contained in:
Yury Kossakovsky
2025-12-25 17:09:29 -07:00
parent e9291dc825
commit a86cf8893c
2 changed files with 4 additions and 0 deletions

View File

@@ -91,6 +91,9 @@ fi
if is_profile_active "open-webui"; then
echo -e " ${GREEN}*${NC} ${WHITE}Open WebUI${NC}: Register your account"
fi
if is_profile_active "nocodb"; then
echo -e " ${GREEN}*${NC} ${WHITE}NocoDB${NC}: Create your account on first login"
fi
if is_profile_active "gost"; then
echo -e " ${GREEN}*${NC} ${WHITE}Gost Proxy${NC}: Routing AI traffic through external proxy"
fi

View File

@@ -15,6 +15,7 @@ source "$(dirname "$0")/utils.sh" && init_paths
DATABASES=(
"langfuse"
"lightrag"
"nocodb"
"postiz"
"waha"
)