feat: add nocodb as optional service

add nocodb (open source airtable alternative) with:
- docker service definition with postgresql backend
- caddy reverse proxy configuration
- jwt secret auto-generation
- wizard integration for service selection
- welcome page dashboard entry
- readme and changelog updates
This commit is contained in:
Yury Kossakovsky
2025-12-25 11:27:00 -07:00
parent 2f6516880b
commit 108daca1fe
9 changed files with 73 additions and 3 deletions

View File

@@ -92,6 +92,14 @@ NEO4J_AUTH_USERNAME=neo4j
NEO4J_AUTH_PASSWORD=
############
# [required]
# NocoDB JWT Secret (auto-generated)
############
NOCODB_JWT_SECRET=
############
# [required]
# Langfuse credentials
@@ -152,6 +160,7 @@ LIGHTRAG_HOSTNAME=lightrag.yourdomain.com
LT_HOSTNAME=translate.yourdomain.com
N8N_HOSTNAME=n8n.yourdomain.com
NEO4J_HOSTNAME=neo4j.yourdomain.com
NOCODB_HOSTNAME=nocodb.yourdomain.com
PADDLEOCR_HOSTNAME=paddleocr.yourdomain.com
PORTAINER_HOSTNAME=portainer.yourdomain.com
POSTGRESUS_HOSTNAME=postgresus.yourdomain.com