Files
cameleer-saas/docker
hsiegeln 6b77a96d52
All checks were successful
CI / build (push) Successful in 1m38s
CI / docker (push) Successful in 22s
fix: handle special characters in passwords during setup
- Logto entrypoint builds DB_URL from PG_USER/PG_PASSWORD/PG_HOST with
  URL-encoding via node's encodeURIComponent, instead of embedding the
  raw password in the connection string
- Installer submodule updated: passwords single-quoted in .env/.conf

Fixes SMTP and DB auth failures when passwords contain $, &, ;, [, etc.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-25 16:34:00 +02:00
..