Commit Graph

8 Commits

Author SHA1 Message Date
duorameng 81a00d983a docs: globally rename panel name to baihu-panel and refactor linux dependencies guide 2026-06-23 09:30:18 +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 cc3316c4b8 feat: add secret feature 2026-03-27 14:51:29 +08:00
engigu 44ae521356 chore: update task add page style 2026-03-25 21:05:40 +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 6d61c18539 feat: add docs 2026-03-10 20:12:45 +08:00