mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
fix(nocodb): add database init and final report entry
missing from initial nocodb implementation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,6 +15,7 @@ source "$(dirname "$0")/utils.sh" && init_paths
|
||||
DATABASES=(
|
||||
"langfuse"
|
||||
"lightrag"
|
||||
"nocodb"
|
||||
"postiz"
|
||||
"waha"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user