From 8151bcd8e80749f348e09e11bff6f209e65ee4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=8B=E5=BE=8B=E5=B7=B2=E7=BB=8F=E6=AD=BB=E4=BA=86?= =?UTF-8?q?=E3=80=82?= <89735151+JohnsonRan@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:50:46 +0800 Subject: [PATCH 1/3] feat: spam and nonsense go away --- .github/workflows/nomore-spam.yml | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/nomore-spam.yml diff --git a/.github/workflows/nomore-spam.yml b/.github/workflows/nomore-spam.yml new file mode 100644 index 0000000000..3c8db837da --- /dev/null +++ b/.github/workflows/nomore-spam.yml @@ -0,0 +1,33 @@ +name: NoMore Spam + +on: + issues: + types: [opened] + pull_request: + types: [opened] + +permissions: + contents: read + issues: write + pull-requests: write + models: read + actions: write + +jobs: + spam-detection: + runs-on: ubuntu-latest + name: NoMore Spam + + steps: + - name: Fuck All the Shit + uses: JohnsonRan/nomore-spam@main + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + + - name: Delete workflow runs + uses: Mattraks/delete-workflow-runs@main + with: + token: ${{ secrets.GITHUB_TOKEN }} + repository: ${{ github.repository }} + retain_days: 0 + keep_minimum_runs: 2 From 74ae09ddb44dbff815ff19b311e1228607d4b92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=8B=E5=BE=8B=E5=B7=B2=E7=BB=8F=E6=AD=BB=E4=BA=86?= =?UTF-8?q?=E3=80=82?= <89735151+JohnsonRan@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:54:02 +0800 Subject: [PATCH 2/3] docs: update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b95da60144..755faa7b46 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,9 @@ docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/se ```yaml services: - moontv: + moontv-core: image: ghcr.io/senshinya/moontv:latest - container_name: moontv + container_name: moontv-core restart: unless-stopped ports: - '3000:3000' @@ -168,7 +168,7 @@ services: services: moontv-core: image: ghcr.io/senshinya/moontv:latest - container_name: moontv + container_name: moontv-core restart: unless-stopped ports: - '3000:3000' @@ -186,7 +186,7 @@ services: # volumes: # - ./config.json:/app/config.json:ro moontv-redis: - image: redis + image: redis:alpine container_name: moontv-redis restart: unless-stopped networks: From d5f7112c3cf0c6c06fe863593812955d1ee2b673 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Tue, 5 Aug 2025 17:41:56 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Star=E8=B6=8B=E5=8A=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 755faa7b46..a509d71ded 100644 --- a/README.md +++ b/README.md @@ -326,3 +326,7 @@ MoonTV 支持标准的苹果 CMS V10 API 格式。 - [ArtPlayer](https://github.com/zhw2590582/ArtPlayer) — 提供强大的网页视频播放器。 - [HLS.js](https://github.com/video-dev/hls.js) — 实现 HLS 流媒体在浏览器中的播放支持。 - 感谢所有提供免费影视接口的站点。 + +--- +## Star趋势 +[![Stargazers over time](https://starchart.cc/senshinya/MoonTV.svg?variant=adaptive)](https://starchart.cc/senshinya/MoonTV)