oa-ai/src
aiyimickey ed43d7b8f7 fix: replace docker exec lldap with direct SQLite reads + fix docker.sock group access
- lldap-db.ts: 读直连 SQLite / 写走 docker exec(LLDAP DELETE 模式不可并发写)
- Dockerfile: Alpine addgroup 语法修复,nextjs 加入 docker 组
- docker-compose.yml: 挂载 LLDAP 数据目录,添加 docker.sock
- next.config.ts: outputFileTracingIncludes bcryptjs
- 所有 API 路由:替换 docker exec lldap 为 lldap-db 工具函数
- 安装 bcryptjs + sqlite3 依赖
2026-07-07 18:05:13 +08:00
..
app fix: replace docker exec lldap with direct SQLite reads + fix docker.sock group access 2026-07-07 18:05:13 +08:00
components feat: SSO 统一认证 + Tailwind CSS + 主题切换下拉菜单 + 登录页统一 2026-06-29 18:39:22 +08:00
lib fix: replace docker exec lldap with direct SQLite reads + fix docker.sock group access 2026-07-07 18:05:13 +08:00
middleware.ts fix: OIDC callback V2 + logout 302 redirect with x-forwarded-host 2026-07-07 17:19:34 +08:00