Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-30 12:46:17 +00:00
parent 893c20b014
commit c5c1d4c0b8
37 changed files with 15 additions and 4 deletions
@@ -14,7 +14,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v2.3.6
image: wushuo894/ani-rss:v2.3.7
labels:
createdBy: Apps
networks:
@@ -36,7 +36,7 @@ services:
- MODE=astrbot
- NAPCAT_UID=${NAPCAT_UID:-1000}
- NAPCAT_GID=${NAPCAT_GID:-1000}
image: mlikiowa/napcat-docker:v4.9.0
image: mlikiowa/napcat-docker:v4.9.2
mac_address: ${NAPCAT_MAC_ADDRESS:-02:42:ac:11:00:02}
networks:
- 1panel-network
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v2.109.0
image: casbin/casdoor:v2.110.0
labels:
createdBy: Apps
networks:
+3
View File
@@ -10,3 +10,6 @@ PANEL_APP_PORT_API=6278
# JWT 密钥 [必填]
JWT_SECRET=
# 网络代理
HTTP_PROXY=
+7
View File
@@ -30,3 +30,10 @@ additionalProperties:
labelEn: JWT Secret
required: true
type: text
- default: ""
edit: true
envKey: HTTP_PROXY
labelZh: 网络代理
labelEn: Network Proxy
required: false
type: text
+1
View File
@@ -9,6 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
- HTTPS_PROXY=${HTTP_PROXY}
image: sn0wl1n/ech0:v2.9.5
labels:
createdBy: Apps
@@ -13,7 +13,7 @@ services:
- HTTP_PROXY=${HTTP_PROXY:-}
- HTTPS_PROXY=${HTTP_PROXY:-}
- NO_PROXY=localhost,127.0.0.1,::1
image: amilys/embyserver:4.9.1.21
image: amilys/embyserver:4.9.1.36
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}