Commit Graph

14 Commits

Author SHA1 Message Date
duorameng 90f06de298 feat: add openconnect 2026-06-25 21:33:50 +08:00
duorameng b135763280 feat: add support for custom cookie name via config to avoid multi-instance conflicts 2026-06-16 16:26:52 +08:00
little-sparkleeesss ae273d5b92 feat(database): support configurable SSL mode for PostgreSQL and MySQL
Add ssl_mode configuration option to allow users to customize SSL/TLS
policy for database connections instead of hardcoding sslmode=disable
for PostgreSQL and having no TLS support for MySQL.

Changes:
- database.Config, DatabaseConfig: add SSLMode field
- PostgreSQL DSN: replace hardcoded sslmode=disable with configurable
value
- MySQL DSN: append &tls=<SSLMode> parameter when SSLMode is set
- Full config pipeline: INI/env -> DatabaseConfig -> Config -> DSN ->
subprocess
- New env var BH_DB_SSL_MODE and ini key [database] ssl_mode
- Updated config example and documentation
2026-06-13 23:19:03 +08:00
engigu 1f80f6249e fix: logs viewer scoller 2026-03-16 09:00:44 +08:00
engigu 3ac230cdf7 feat: add dsn support #55 2026-03-16 08:33:48 +08:00
engigu 863a298609 feat: openapi supoort 2026-03-05 22:22:46 +08:00
engigu 9fec4ecdb5 feat: add openapi 2026-03-05 20:19:35 +08:00
engigu 69cb727b87 feat: add retry times and backup users 2026-02-28 14:44:32 +08:00
engigu 0d78754366 fix: url prefix page redirect 2026-01-13 20:17:00 +08:00
engigu ff6faa229c feat: add url prefix path 2026-01-13 18:18:50 +08:00
engigu 8327487493 chore: remove useless ini 2025-12-22 18:24:02 +08:00
engigu c06030fe27 chore: opt settings code 2025-12-21 10:23:25 +08:00
engigu a4d73a6f89 feat: apply user settings to effect 2025-12-20 13:30:08 +08:00
engigu 362237241e feat: Initial commit 2025-12-20 09:30:16 +08:00