mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 14:23:08 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user