From 8b16b372657f4f70dda9a9e044c6787219da666e Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Fri, 26 Dec 2025 09:45:33 -0700 Subject: [PATCH] revert: re-enable nocodb in wizard selection --- scripts/04_wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/04_wizard.sh b/scripts/04_wizard.sh index 664c852..25a0bec 100755 --- a/scripts/04_wizard.sh +++ b/scripts/04_wizard.sh @@ -53,7 +53,7 @@ base_services_data=( "monitoring" "Monitoring Suite (Prometheus, Grafana, cAdvisor, Node-Exporter)" "n8n" "n8n, n8n-worker, n8n-import (Workflow Automation)" "neo4j" "Neo4j (Graph Database)" - # "nocodb" "NocoDB (Open Source Airtable Alternative - Spreadsheet Database)" + "nocodb" "NocoDB (Open Source Airtable Alternative - Spreadsheet Database)" "ollama" "Ollama (Local LLM Runner - select hardware in next step)" "open-webui" "Open WebUI (ChatGPT-like Interface)" "paddleocr" "PaddleOCR (OCR API Server)"