mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -4,12 +4,9 @@ MINIO_ROOT_PATH=/home/minio
|
|||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=9001
|
PANEL_APP_PORT_HTTP=9001
|
||||||
|
|
||||||
# API 端口 (映射内部端口) [必填]
|
# API 端口 [必填]
|
||||||
PANEL_APP_PORT_API=9000
|
PANEL_APP_PORT_API=9000
|
||||||
|
|
||||||
# API 内部端口 [必填]
|
|
||||||
MINIO_API_PORT=9000
|
|
||||||
|
|
||||||
# 管理员 用户名 [必填]
|
# 管理员 用户名 [必填]
|
||||||
MINIO_ROOT_USER=minio
|
MINIO_ROOT_USER=minio
|
||||||
|
|
||||||
@@ -25,9 +22,6 @@ MINIO_BROWSER_LOGIN_ANIMATION=on
|
|||||||
# 会话持续时间 (s/秒 m/分钟 h/小时 d/天) [必填]
|
# 会话持续时间 (s/秒 m/分钟 h/小时 d/天) [必填]
|
||||||
MINIO_BROWSER_SESSION_DURATION=12h
|
MINIO_BROWSER_SESSION_DURATION=12h
|
||||||
|
|
||||||
# API 服务器 URL [必填]
|
|
||||||
MINIO_SERVER_URL=http://127.0.0.1:9000
|
|
||||||
|
|
||||||
# API 域名 [必填]
|
# API 域名 [必填]
|
||||||
MINIO_SERVER_HOST=localhost
|
MINIO_SERVER_HOST=localhost
|
||||||
|
|
||||||
|
|||||||
@@ -18,16 +18,8 @@ additionalProperties:
|
|||||||
- default: 9000
|
- default: 9000
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_API
|
envKey: PANEL_APP_PORT_API
|
||||||
labelZh: API 端口 (映射内部端口)
|
labelZh: API 端口
|
||||||
labelEn: API Port (mapped internal port)
|
labelEn: API Port
|
||||||
required: true
|
|
||||||
rule: paramPort
|
|
||||||
type: number
|
|
||||||
- default: 9000
|
|
||||||
edit: true
|
|
||||||
envKey: MINIO_API_PORT
|
|
||||||
labelZh: API 内部端口
|
|
||||||
labelEn: Internal API Port
|
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
@@ -78,14 +70,6 @@ additionalProperties:
|
|||||||
labelZh: 会话持续时间 (s/秒 m/分钟 h/小时 d/天)
|
labelZh: 会话持续时间 (s/秒 m/分钟 h/小时 d/天)
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
- default: "http://127.0.0.1:9000"
|
|
||||||
edit: true
|
|
||||||
envKey: MINIO_SERVER_URL
|
|
||||||
labelZh: API 服务器 URL
|
|
||||||
labelEn: API Server URL
|
|
||||||
rule: paramExtUrl
|
|
||||||
required: true
|
|
||||||
type: text
|
|
||||||
- default: "localhost"
|
- default: "localhost"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: MINIO_SERVER_HOST
|
envKey: MINIO_SERVER_HOST
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
minio:
|
minio:
|
||||||
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT}
|
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API}
|
||||||
--json
|
--json
|
||||||
container_name: minio
|
container_name: minio
|
||||||
env_file:
|
env_file:
|
||||||
@@ -27,7 +27,7 @@ services:
|
|||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||||
- ${PANEL_APP_PORT_API}:${MINIO_API_PORT}
|
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${MINIO_ROOT_PATH}/certs:/root/.minio/certs
|
- ${MINIO_ROOT_PATH}/certs:/root/.minio/certs
|
||||||
|
|||||||
@@ -25,9 +25,6 @@ MINIO_BROWSER_LOGIN_ANIMATION=on
|
|||||||
# 会话持续时间 (s/秒 m/分钟 h/小时 d/天) [必填]
|
# 会话持续时间 (s/秒 m/分钟 h/小时 d/天) [必填]
|
||||||
MINIO_BROWSER_SESSION_DURATION=12h
|
MINIO_BROWSER_SESSION_DURATION=12h
|
||||||
|
|
||||||
# API 服务器 URL [必填]
|
|
||||||
MINIO_SERVER_URL=http://127.0.0.1:9000
|
|
||||||
|
|
||||||
# API 域名 [必填]
|
# API 域名 [必填]
|
||||||
MINIO_SERVER_HOST=localhost
|
MINIO_SERVER_HOST=localhost
|
||||||
|
|
||||||
|
|||||||
@@ -78,14 +78,6 @@ additionalProperties:
|
|||||||
labelZh: 会话持续时间 (s/秒 m/分钟 h/小时 d/天)
|
labelZh: 会话持续时间 (s/秒 m/分钟 h/小时 d/天)
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
- default: "http://127.0.0.1:9000"
|
|
||||||
edit: true
|
|
||||||
envKey: MINIO_SERVER_URL
|
|
||||||
labelZh: API 服务器 URL
|
|
||||||
labelEn: API Server URL
|
|
||||||
rule: paramExtUrl
|
|
||||||
required: true
|
|
||||||
type: text
|
|
||||||
- default: "localhost"
|
- default: "localhost"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: MINIO_SERVER_HOST
|
envKey: MINIO_SERVER_HOST
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ ANNOUNCEMENT=本网站仅提供影视信息搜索服务,所有内容均来自
|
|||||||
# 搜索结果最大页数 [必填]
|
# 搜索结果最大页数 [必填]
|
||||||
NEXT_PUBLIC_SEARCH_MAX_PAGE=5
|
NEXT_PUBLIC_SEARCH_MAX_PAGE=5
|
||||||
|
|
||||||
# None [必填]
|
# 管理员用户名 [必填]
|
||||||
USERNAME=
|
USERNAME=
|
||||||
|
|
||||||
# None [必填]
|
# 管理员密码 [必填]
|
||||||
PASSWORD=
|
PASSWORD=
|
||||||
|
|
||||||
# 是否允许注册 [必填]
|
# 是否允许注册 [必填]
|
||||||
|
|||||||
@@ -46,15 +46,15 @@ additionalProperties:
|
|||||||
- default: ""
|
- default: ""
|
||||||
edit: true
|
edit: true
|
||||||
envKey: USERNAME
|
envKey: USERNAME
|
||||||
labelZh:
|
labelZh: 管理员用户名
|
||||||
labelEn:
|
labelEn: Admin Username
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
- default: ""
|
- default: ""
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PASSWORD
|
envKey: PASSWORD
|
||||||
labelZh:
|
labelZh: 管理员密码
|
||||||
labelEn:
|
labelEn: Admin Password
|
||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
- default: "false"
|
- default: "false"
|
||||||
|
|||||||
@@ -25,9 +25,6 @@ MINIO_BROWSER_LOGIN_ANIMATION=on
|
|||||||
# 会话持续时间 (s/秒 m/分钟 h/小时 d/天) [必填]
|
# 会话持续时间 (s/秒 m/分钟 h/小时 d/天) [必填]
|
||||||
MINIO_BROWSER_SESSION_DURATION=12h
|
MINIO_BROWSER_SESSION_DURATION=12h
|
||||||
|
|
||||||
# API 服务器 URL [必填]
|
|
||||||
MINIO_SERVER_URL=http://127.0.0.1:9000
|
|
||||||
|
|
||||||
# API 域名 [必填]
|
# API 域名 [必填]
|
||||||
MINIO_SERVER_HOST=localhost
|
MINIO_SERVER_HOST=localhost
|
||||||
|
|
||||||
|
|||||||
@@ -4,12 +4,9 @@ MINIO_ROOT_PATH=/home/minio
|
|||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=9001
|
PANEL_APP_PORT_HTTP=9001
|
||||||
|
|
||||||
# API 端口 (映射内部端口) [必填]
|
# API 端口 [必填]
|
||||||
PANEL_APP_PORT_API=9000
|
PANEL_APP_PORT_API=9000
|
||||||
|
|
||||||
# API 内部端口 [必填]
|
|
||||||
MINIO_API_PORT=9000
|
|
||||||
|
|
||||||
# 管理员 用户名 [必填]
|
# 管理员 用户名 [必填]
|
||||||
MINIO_ROOT_USER=minio
|
MINIO_ROOT_USER=minio
|
||||||
|
|
||||||
@@ -25,9 +22,6 @@ MINIO_BROWSER_LOGIN_ANIMATION=on
|
|||||||
# 会话持续时间 (s/秒 m/分钟 h/小时 d/天) [必填]
|
# 会话持续时间 (s/秒 m/分钟 h/小时 d/天) [必填]
|
||||||
MINIO_BROWSER_SESSION_DURATION=12h
|
MINIO_BROWSER_SESSION_DURATION=12h
|
||||||
|
|
||||||
# API 服务器 URL [必填]
|
|
||||||
MINIO_SERVER_URL=http://127.0.0.1:9000
|
|
||||||
|
|
||||||
# API 域名 [必填]
|
# API 域名 [必填]
|
||||||
MINIO_SERVER_HOST=localhost
|
MINIO_SERVER_HOST=localhost
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
minio:
|
minio:
|
||||||
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT}
|
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API}
|
||||||
--json
|
--json
|
||||||
container_name: minio
|
container_name: minio
|
||||||
env_file:
|
env_file:
|
||||||
@@ -27,7 +27,7 @@ services:
|
|||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||||
- ${PANEL_APP_PORT_API}:${MINIO_API_PORT}
|
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${MINIO_ROOT_PATH}/certs:/root/.minio/certs
|
- ${MINIO_ROOT_PATH}/certs:/root/.minio/certs
|
||||||
|
|||||||
+2
-2
@@ -13,10 +13,10 @@ ANNOUNCEMENT=本网站仅提供影视信息搜索服务,所有内容均来自
|
|||||||
# 搜索结果最大页数 [必填]
|
# 搜索结果最大页数 [必填]
|
||||||
NEXT_PUBLIC_SEARCH_MAX_PAGE=5
|
NEXT_PUBLIC_SEARCH_MAX_PAGE=5
|
||||||
|
|
||||||
# None [必填]
|
# 管理员用户名 [必填]
|
||||||
USERNAME=
|
USERNAME=
|
||||||
|
|
||||||
# None [必填]
|
# 管理员密码 [必填]
|
||||||
PASSWORD=
|
PASSWORD=
|
||||||
|
|
||||||
# 是否允许注册 [必填]
|
# 是否允许注册 [必填]
|
||||||
|
|||||||
Reference in New Issue
Block a user