Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-09 12:52:04 +00:00
parent 0674338a1b
commit e2d10b596f
14 changed files with 15 additions and 2 deletions
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:2.228.0
image: casbin/casdoor:2.230.0
labels:
createdBy: Apps
networks:
+3
View File
@@ -22,6 +22,9 @@ WOODPECKER_ADMIN=
# 组织列表
WOODPECKER_ORGS=
# 特权插件
WOODPECKER_PLUGINS_PRIVILEGED=
# 登录过期时间 [必填]
WOODPECKER_SESSION_EXPIRES=72h
+7
View File
@@ -62,6 +62,13 @@ additionalProperties:
labelEn: Organization list
required: false
type: text
- default: ""
edit: true
envKey: WOODPECKER_PLUGINS_PRIVILEGED
labelZh: 特权插件
labelEn: Privileged plugins
required: false
type: text
- default: "72h"
edit: true
envKey: WOODPECKER_SESSION_EXPIRES
+1 -1
View File
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:2.228.0
image: casbin/casdoor:2.230.0
labels:
createdBy: Apps
networks:
+3
View File
@@ -22,6 +22,9 @@ WOODPECKER_ADMIN=
# 组织列表
WOODPECKER_ORGS=
# 特权插件
WOODPECKER_PLUGINS_PRIVILEGED=
# 登录过期时间 [必填]
WOODPECKER_SESSION_EXPIRES=72h