From 09e94348be1d4ba5bba855264a73051355b7273c Mon Sep 17 00:00:00 2001 From: Pysio <71202163+pysio2007@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:54:12 +0800 Subject: [PATCH 1/3] Prevent bots to access /download/ and /measure/ (#70) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 将 /download 加入robots.txt * Disallow /measure in robots.txt --------- Co-authored-by: Kevin Z --- robots.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/robots.txt b/robots.txt index 7256939..02db677 100644 --- a/robots.txt +++ b/robots.txt @@ -4,3 +4,5 @@ User-Agent: * Disallow: /api/ Disallow: /dashboard/login Disallow: /dashboard/settings/ +Disallow: /download/ +Disallow: /measure/ From 84955b7771724c69caa24a66485277f1da8f3d74 Mon Sep 17 00:00:00 2001 From: Kevin Z Date: Tue, 25 Jun 2024 08:34:54 -0600 Subject: [PATCH 2/3] Update README.MD --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index 860c566..8454a49 100644 --- a/README.MD +++ b/README.MD @@ -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)_ From dd8238d6dcb3fc1849541c1aeb01ae50ee0d48c0 Mon Sep 17 00:00:00 2001 From: zyxkad Date: Tue, 6 Aug 2024 11:17:34 -0700 Subject: [PATCH 3/3] update build-tag.yml --- .github/workflows/build-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tag.yml b/.github/workflows/build-tag.yml index c8fd80c..ed5e47c 100644 --- a/.github/workflows/build-tag.yml +++ b/.github/workflows/build-tag.yml @@ -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 # -