Skip to content

Commit

Permalink
Merge branch 'master' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Aug 6, 2024
2 parents a498e11 + dd8238d commit 0ab1240
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: Release ${{ steps.tag.outputs.tag }}
draft: true
prerelease: false
# -
Expand Down
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ A: 请确认中间所有的反向代理都支持 WebSocket
### 从docker运行

- 可直接运行仓库目录下的 [`scripts/docker-run.sh`](./scripts/docker-run.sh) 文件, 运行之前请确保存在`craftmine/go-openbmclapi:latest`镜像, 或网络连通
- 国内可能屏蔽了 dockerHUB, 可以尝试拉取 `mcdr.waerba.com/go-openbmclapi:latest`
- 也可使用`docker build -t craftmine/go-openbmclapi:latest .`手动编译镜像

### `systemd`运行 _(仅Linux)_
Expand Down
2 changes: 2 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ User-Agent: *
Disallow: /api/
Disallow: /dashboard/login
Disallow: /dashboard/settings/
Disallow: /download/
Disallow: /measure/

0 comments on commit 0ab1240

Please sign in to comment.