Ilango
e48f28d13d
Update SSL-related env for database connections ( #5242 )
2025-09-26 10:05:35 +01:00
Henry Heng
5a37227d14
Chore/refractor ( #4454 )
...
* markdown files and env examples cleanup
* components update
* update jsonlines description
* server refractor
* update telemetry
* add execute custom node
* add ui refractor
* add username and password authenticate
* correctly retrieve past images in agentflowv2
* disable e2e temporarily
* add existing username and password authenticate
* update migration to default workspace
* update todo
* blob storage migrating
* throw error on agent tool call error
* add missing execution import
* add referral
* chore: add error message when importData is undefined
* migrate api keys to db
* fix: data too long for column executionData
* migrate api keys from json to db at init
* add info on account setup
* update docstore missing fields
---------
Co-authored-by: chungyau97 <chungyau97@gmail.com>
2025-05-27 07:29:42 +01:00
不知火 Shiranui
c8939dc2a6
Add data source adapter of MariaDB ( #2595 )
...
fix(datasource.ts): add mariadb
2024-06-07 12:14:06 +01:00
niztal
4107118673
avoid BWC PGSQLMODE returning empty ssl object
2024-01-30 23:44:42 +02:00
niztal
a382e230f4
fix lint issues
2024-01-30 22:07:56 +02:00
niztal
82e78d3e4d
refactor uninfy pg and mysql to use the same SSL config function
2024-01-30 22:06:12 +02:00
niztal
289b04fb12
fix lint
2024-01-30 00:50:27 +02:00
niztal
1b69ebdb93
mysql-ssl
2024-01-29 23:30:38 +02:00
Henry Heng
f460b761fb
Merge pull request #1613 from Jaredude/feature/database-postgres-self-signed-ssl
...
adds DATABASE_SSL_KEY_BASE64 for pg connection
2024-01-29 10:11:50 +00:00
niztal
30ff29afc7
fix lint errors
2024-01-28 23:49:42 +02:00
niztal
74f7cd6e31
fix bug settings.json not found on upsert
2024-01-28 23:34:21 +02:00
Jared Tracy
5b126c60bc
adds DATABASE_SSL_KEY_BASE64 for pg connection
...
DATABASE_SSL_KEY_BASE64 takes priority over DATABASE_SSL env var
If neither are provided, no ssl value will be used.
This allows for the usage of PGSSLMODE
2024-01-25 17:16:11 -06:00
Jared Tracy
735edab9ae
Adds ENV boolean flag (DATABASE_SSL) for postgres ssl support
...
This is needed if hosting flowise data on a postgres server that requires ssl.
In PostgreSQL v15, the default rds.force_ssl is 1 (on)
2023-12-24 23:02:49 -06:00
chungyau97
ae66f163de
add postgresMigrations
2023-09-05 13:49:50 +08:00
chungyau97
17c2309454
add mysqlMigrations
2023-09-05 00:36:37 +08:00
chungyau97
3849169a76
cleanup sqlite migration scripts
2023-09-04 22:36:38 +08:00
chungyau97
008f1a95f1
init migration poc
2023-09-04 17:14:49 +08:00
Henry
61dabbb7da
Merge branch 'main' into feature/Credential
...
# Conflicts:
# README.md
# docker/.env.example
# packages/components/nodes/documentloaders/Notion/NotionDB.ts
# packages/components/nodes/memory/DynamoDb/DynamoDb.ts
# packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
# packages/components/nodes/memory/ZepMemory/ZepMemory.ts
# packages/components/package.json
# packages/components/src/utils.ts
# packages/server/.env.example
# packages/server/README.md
# packages/server/marketplaces/chatflows/Conversational Retrieval QA Chain.json
# packages/server/src/ChildProcess.ts
# packages/server/src/DataSource.ts
# packages/server/src/commands/start.ts
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
# packages/server/src/utils/logger.ts
2023-07-27 11:26:34 +01:00
Henry
3530d29d90
update CONTRIBUTING README
2023-07-19 19:25:13 +01:00
Atish Amte
4c4fd6ff67
Resolved linting error
2023-07-19 00:03:48 +05:30
Atish Amte
c5eff32cf0
Multiple Database Support
2023-07-18 23:52:16 +05:30
Henry
413d654493
add credentials
2023-07-15 14:25:52 +01:00
Henry
6d931caf91
Merge branch 'main' into feature/CustomTool
2023-06-22 16:17:26 +01:00
Henry
dd328dcd51
add db_path
2023-06-22 15:47:03 +01:00
Henry
70da39629c
add custom tool
2023-06-21 18:31:53 +01:00
Henry
05c86ff9c5
Initial push
2023-04-06 22:17:34 +01:00