Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353 2025-02-07 03:23:19 +00:00
parent e1a19091e7
commit c0b101a2e2
53 changed files with 26 additions and 7 deletions

View File

@ -11,7 +11,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v1.1.226
image: wushuo894/ani-rss:v1.1.227
labels:
createdBy: Apps
networks:

View File

@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.825.0
image: casbin/casdoor:v1.827.0
labels:
createdBy: Apps
networks:

View File

@ -28,7 +28,7 @@ services:
- GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS}
- GITEA__git.config__http.proxy=${PROXY_URL}
- GITEA__git.config__https.proxy=${PROXY_URL}
image: gitea/gitea:1.23.2
image: gitea/gitea:1.23.3
labels:
createdBy: Apps
networks:

View File

@ -16,6 +16,9 @@ API_TOKEN=moviepilot
# 网络代理
PROXY_HOST=
# 重启时自动更新 [必填]
MOVIEPILOT_AUTO_UPDATE=false
# 自动更新资源包 [必填]
AUTO_UPDATE_RESOURCE=false

View File

@ -45,6 +45,22 @@ additionalProperties:
required: false
rule: paramExtUrl
type: text
- default: "false"
edit: true
envKey: MOVIEPILOT_AUTO_UPDATE
labelZh: 重启时自动更新
labelEn: Auto Update on Restart
required: true
type: select
values:
- label: 开启
value: "true"
- label: 关闭
value: "false"
- label: 发布版
value: "release"
- label: 开发板
value: "dev"
- default: "false"
edit: true
envKey: AUTO_UPDATE_RESOURCE

View File

@ -16,10 +16,10 @@ services:
- UMASK=022
- TZ=Asia/Shanghai
- CACHE_BACKEND_TYPE=cachetools
- AUTH_SITE=iyuu
- AUTH_SITE=iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi,sunny,ptcafe,ptzone,kufei,yemapt
- HTTP_PROXY=${PROXY_HOST}
- HTTPS_PROXY=${PROXY_HOST}
image: jxxghp/moviepilot-v2:2.2.6
image: jxxghp/moviepilot-v2:2.2.7
labels:
createdBy: Apps
logging:

View File

@ -17,7 +17,7 @@ services:
- NC_SMTP_SECURE=true
- NC_SMTP_IGNORE_TLS=false
- NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME}
image: nocodb/nocodb:0.260.4
image: nocodb/nocodb:0.260.5
labels:
createdBy: Apps
networks:

View File

@ -57,7 +57,7 @@ services:
- -f
- http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s
image: diygod/rsshub:2025-02-05
image: diygod/rsshub:2025-02-06
labels:
createdBy: Apps
networks: