mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-05-04 21:45:42 +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:
@@ -97,6 +97,7 @@ declare -A VARS_TO_GENERATE=(
|
||||
["NEO4J_AUTH_PASSWORD"]="password:32" # Added Neo4j password
|
||||
["NEO4J_AUTH_USERNAME"]="fixed:neo4j" # Added Neo4j username
|
||||
["NEXTAUTH_SECRET"]="secret:64" # base64 encoded, 48 bytes -> 64 chars
|
||||
["NOCODB_JWT_SECRET"]="secret:64" # NocoDB authentication JWT secret
|
||||
["PADDLEOCR_PASSWORD"]="password:32" # Added PaddleOCR basic auth password
|
||||
["PG_META_CRYPTO_KEY"]="alphanum:32"
|
||||
["POSTGRES_NON_ROOT_PASSWORD"]="password:32"
|
||||
|
||||
Reference in New Issue
Block a user