ldap-ai/CHANGELOG.md

25 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 变更日志
## 2026-05-18
- [新增] Dockerfile基于 lldap/lldap:stable-alpine 预装 sqlite3无需每次容器启动后手动安装
- [修复] LDAP 3890 端口映射到宿主机OA `npm run dev` 本地开发可连通 LLDAP
- [调整] docker-compose.yml 从 `image:` 改为 `build: .`(本地构建含 sqlite3 的镜像)
- [部署] deploy-ai.sh 新增 LLDAP 部署选项(自动创建 .env、去除端口映射
- [备份] backup-db.sh / restore-db.sh 新增 LLDAP users.db 支持
- [新增] sites-manage-cloud.sh 云服务器站点管理脚本(自动适配 SSH / 本地)
## 2026-05-14
- [安全] 各站点issue/assets改为运行时通过 `docker exec lldap printenv` 动态获取 admin 密码,不再写入站点 `.env` 文件LLDAP 密码修改后即时生效,无需重新部署
- [新增] 创建 CLAUDE.md、README.md、CHANGELOG.md 项目文档
## 2026-05-12
- [新增] LLDAP 容器安装 sqlite3支持 OA 用户管理页面跨站点查询
## 2026-05-11
- [新增] 从 sso-ai 独立拆出 LLDAP 用户目录服务
- [调整] 域名改为 tlyq.aidc=tlyq,dc=ai