Skip to content

Releases: ElinksTeam/ElinksBoard

v2.0.0

Choose a tag to compare

@ElinksTeam ElinksTeam released this 01 Nov 16:06

Release 2.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Nov 17:07
Immutable release. Only release title and notes can be modified.

🎉 Xboard 2.0.0

✨ 新功能

  • 查看完整的变更日志了解所有更新

🐛 Bug 修复

  • 查看提交历史了解详细信息

📦 安装方式

Docker Compose(推荐)

```bash
git clone -b compose --depth 1 https://github.com/cedar2025/Xboard
cd Xboard
docker compose run -it --rm
-e ENABLE_SQLITE=true
-e ENABLE_REDIS=true
web php artisan xboard:install
docker compose up -d
```

Docker 镜像

```bash
docker pull ghcr.io/cedar2025/xboard:2.0.0
```

📚 文档

⚠️ 重要提示

  1. 备份数据:升级前请务必备份数据库和配置文件
  2. Logto 配置:首次安装需要配置 Logto 认证
  3. 首次登录:安装后立即完成首次登录以获取管理员权限

🔄 升级指南

```bash

停止服务

docker compose down

备份数据

cp database/database.sqlite database/database.sqlite.backup
./scripts/backup-redis.sh

拉取最新代码

git pull

拉取最新镜像

docker compose pull

运行迁移

docker compose run --rm web php artisan migrate --force

启动服务

docker compose up -d
```

📝 完整变更日志

No Changes.


完整变更: cedar2025/Xboard@2.0.0...master

Full Changelog: https://github.com/ElinksTeam/ElinksBoard/commits/2.0.0