Compare commits

...

5 Commits

Author SHA1 Message Date
Xboard
56890364fc
Update 1panel.md
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
2025-01-21 22:12:28 +08:00
Xboard
80a1a12757
Update compose.sample.yaml 2025-01-21 22:11:22 +08:00
Xboard
4d2b2c7a65
Update docker-publish.yml 2025-01-21 22:04:08 +08:00
xboard
a3b7d0d511 update md 2025-01-21 19:35:49 +08:00
xboard
d7c45f0e0d update readme 2025-01-21 16:18:00 +08:00
4 changed files with 13 additions and 5 deletions

View File

@ -73,8 +73,7 @@ jobs:
cache-to: type=gha,mode=max
tags: |
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:master
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:latest
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:new
${{ env.REGISTRY }}/${{ github.repository_owner }}/xboard:${{ steps.get_version.outputs.version }}
build-args: |
BUILDKIT_INLINE_CACHE=1

View File

@ -78,6 +78,15 @@ docker compose up -d
本项目仅供学习交流使用,使用本项目造成的任何后果由使用者自行承担。
## 🌟 维护说明
本项目目前处于浅维护状态。我们将:
- 修复关键性bug和安全问题
- 审查并合并重要的pull requests
- 提供必要的兼容性更新
但新功能的开发可能会受到限制。
## 🔔 注意事项
1. 修改后台路径后需要重启:

View File

@ -1,6 +1,6 @@
services:
web:
image: ghcr.io/cedar2025/xboard:latest
image: ghcr.io/cedar2025/xboard:new
volumes:
- ./.docker/.data/redis/:/data/
- ./:/www/
@ -28,4 +28,4 @@ services:
volumes:
- ./.docker/.data/redis:/data
sysctls:
net.core.somaxconn: 1024
net.core.somaxconn: 1024

View File

@ -95,7 +95,7 @@ git clone -b compose --depth 1 https://github.com/cedar2025/Xboard ./
```yaml
services:
web:
image: ghcr.io/cedar2025/xboard:latest
image: ghcr.io/cedar2025/xboard:new
volumes:
- ./.docker/.data/redis/:/data/
- ./.env:/www/.env