Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/nomore-spam.yml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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:
Expand Down Expand Up @@ -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)