Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
14b085be89 | ||
|
0743f787c7 | ||
|
c3ab859018 | ||
|
373bdafd71 | ||
|
02d4c6748e | ||
|
bf4b174a6c | ||
|
bd0c05d7b8 |
15
.gitea/workflows/cicd.yaml
Normal file
15
.gitea/workflows/cicd.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
on: push
|
||||
jobs:
|
||||
build-and-push-blog:
|
||||
runs-on: k3s
|
||||
container: gitea.limil.top/limil/buildah-ubuntu:latest
|
||||
steps:
|
||||
- uses: https://gitea.limil.top/limil/checkout@v3
|
||||
- run: buildah login -u limil -p ${{ secrets.REG_PASSWORD }} gitea.limil.top
|
||||
- run: buildah build --isolation chroot -t gitea.limil.top/limil/resource-site .
|
||||
- run: buildah push gitea.limil.top/limil/resource-site:latest
|
||||
deloyment-blog:
|
||||
runs-on: k3s
|
||||
container: gitea.limil.top/limil/kubectl:latest
|
||||
steps:
|
||||
- run: kubectl rollout restart deployment/resource-site
|
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM gitea.limil.top/limil/nginx:1.25.3-alpine
|
||||
|
||||
# 从构建阶段复制生成的文件
|
||||
COPY web /usr/share/nginx/html
|
||||
|
||||
# 暴露80端口
|
||||
EXPOSE 80
|
||||
|
||||
# 启动Nginx(保持前台运行)
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18
tvbox/0.json
18
tvbox/0.json
@ -1,18 +0,0 @@
|
||||
{
|
||||
"lives": [
|
||||
{
|
||||
"name": "tvlive",
|
||||
"type": 0,
|
||||
"url": "https://gitea.limil.top/limil/res.limli.top/raw/branch/main/tvbox/tvlive.txt",
|
||||
"playerType": 2
|
||||
},
|
||||
{
|
||||
"name": "嗅探",
|
||||
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0",
|
||||
"type": 0,
|
||||
"url": "https://gitea.limil.top/limil/res.limli.top/raw/branch/main/tvbox/xiutan.m3u"
|
||||
}
|
||||
],
|
||||
"sites": [
|
||||
]
|
||||
}
|
12
web/tvbox/0.json
Normal file
12
web/tvbox/0.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"lives": [
|
||||
{
|
||||
"name": "嗅探",
|
||||
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0",
|
||||
"type": 0,
|
||||
"url": "https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/output/result.m3u"
|
||||
}
|
||||
],
|
||||
"sites": [
|
||||
]
|
||||
}
|
@ -51,7 +51,7 @@ CHC家庭影院,mitv://generationnexxxt.com:19806/28fb3856055c452db8f17441c99f21
|
||||
港台电视31,mitv://generationnexxxt.com:19806/e4b56cb972e940ee8be694602294d242
|
||||
港台电视32,mitv://generationnexxxt.com:19806/9c0a161f9c59476584fe4d8effc125b6
|
||||
HOY TV,mitv://generationnexxxt.com:19806/10c18372b612479086c1f259245543ff
|
||||
翡翠台(备),mitv://147.135.39.171:9906/657c8f940005cf8fa955b96f23e11195
|
||||
翡翠台(备),mitv://147.135.39.171:9906/657c8f940005cf8fa955b96f23e11195
|
||||
J2,mitv://generationnexxxt.com:19806/6a623cf5c0bc4c96b8fd45a47af4a872
|
||||
无线新闻台(备),mitv://147.135.39.171:9906/657c8f940000cdb0a955b82762a73640
|
||||
无线新闻台,mitv://147.135.39.171:9906/657c8f93000dad85a955b78b7a3a4c4f
|
Loading…
x
Reference in New Issue
Block a user