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:
@@ -1,9 +1,6 @@
|
||||
# Redis 服务 (前置检查)
|
||||
PANEL_REDIS_TYPE=redis
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
MOONTV_ROOT_PATH=/home/moontv
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=3000
|
||||
|
||||
@@ -16,18 +13,27 @@ ANNOUNCEMENT=本网站仅提供影视信息搜索服务,所有内容均来自
|
||||
# 搜索结果最大页数 [必填]
|
||||
NEXT_PUBLIC_SEARCH_MAX_PAGE=5
|
||||
|
||||
# 数据存储类型 [必填]
|
||||
NEXT_PUBLIC_STORAGE_TYPE=localstorage
|
||||
|
||||
# Redis 地址 (Redis 存储)
|
||||
REDIS_URL=redis://127.0.0.1:6379
|
||||
|
||||
# Redis 用户 (Redis 存储)
|
||||
# None [必填]
|
||||
USERNAME=
|
||||
|
||||
# Redis 密码 (Redis 存储)
|
||||
# None [必填]
|
||||
PASSWORD=
|
||||
|
||||
# 是否允许注册 [必填]
|
||||
NEXT_PUBLIC_ENABLE_REGISTER=false
|
||||
|
||||
# 关闭色情内容过滤 [必填]
|
||||
NEXT_PUBLIC_DISABLE_YELLOW_FILTER=false
|
||||
|
||||
# 数据存储类型 [必填]
|
||||
NEXT_PUBLIC_STORAGE_TYPE=redis
|
||||
|
||||
# Redis 地址 (Redis 存储)
|
||||
REDIS_URL=redis://127.0.0.1:6379
|
||||
|
||||
# Upstash 地址 (Upstash 存储)
|
||||
UPSTASH_URL=
|
||||
|
||||
# Upstash 授权码 (Upstash 存储)
|
||||
UPSTASH_TOKEN=
|
||||
|
||||
@@ -14,13 +14,6 @@ additionalProperties:
|
||||
values:
|
||||
- label: Redis
|
||||
value: redis
|
||||
- default: "/home/moontv"
|
||||
edit: true
|
||||
envKey: MOONTV_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
type: text
|
||||
- default: 3000
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
@@ -50,7 +43,45 @@ additionalProperties:
|
||||
labelEn: Search result maximum number of pages
|
||||
required: true
|
||||
type: number
|
||||
- default: "localstorage"
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: USERNAME
|
||||
labelZh:
|
||||
labelEn:
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PASSWORD
|
||||
labelZh:
|
||||
labelEn:
|
||||
required: true
|
||||
type: password
|
||||
- default: "false"
|
||||
edit: true
|
||||
envKey: NEXT_PUBLIC_ENABLE_REGISTER
|
||||
labelZh: 是否允许注册
|
||||
labelEn: Enable Register
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 允许注册
|
||||
value: "true"
|
||||
- label: 禁用注册
|
||||
value: "false"
|
||||
- default: "false"
|
||||
edit: true
|
||||
envKey: NEXT_PUBLIC_DISABLE_YELLOW_FILTER
|
||||
labelZh: 关闭色情内容过滤
|
||||
labelEn: Disable Yellow Filter
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 开启过滤
|
||||
value: "true"
|
||||
- label: 禁用过滤
|
||||
value: "false"
|
||||
- default: "redis"
|
||||
edit: true
|
||||
envKey: NEXT_PUBLIC_STORAGE_TYPE
|
||||
labelZh: 数据存储类型
|
||||
@@ -58,8 +89,8 @@ additionalProperties:
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 本地浏览器存储
|
||||
value: "localstorage"
|
||||
- label: Upstash
|
||||
value: "upstash"
|
||||
- label: Redis
|
||||
value: "redis"
|
||||
- default: "redis://127.0.0.1:6379"
|
||||
@@ -71,27 +102,15 @@ additionalProperties:
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: USERNAME
|
||||
labelZh: Redis 用户 (Redis 存储)
|
||||
labelEn: Redis User (Redis Storage)
|
||||
envKey: UPSTASH_URL
|
||||
labelZh: Upstash 地址 (Upstash 存储)
|
||||
labelEn: Upstash Address (Upstash Storage)
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: PASSWORD
|
||||
labelZh: Redis 密码 (Redis 存储)
|
||||
labelEn: Redis Password (Redis Storage)
|
||||
envKey: UPSTASH_TOKEN
|
||||
labelZh: Upstash 授权码 (Upstash 存储)
|
||||
labelEn: Upstash Token (Upstash Storage)
|
||||
required: false
|
||||
type: password
|
||||
- default: "false"
|
||||
edit: true
|
||||
envKey: NEXT_PUBLIC_ENABLE_REGISTER
|
||||
labelZh: 是否允许注册
|
||||
labelEn: Enable Register
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 允许注册 (Redis 存储)
|
||||
value: "true"
|
||||
- label: 禁用注册
|
||||
value: "false"
|
||||
+1
-3
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: ghcr.io/senshinya/moontv:latest
|
||||
image: ghcr.io/moontechlab/lunatv:2.1.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -17,5 +17,3 @@ services:
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
restart: always
|
||||
volumes:
|
||||
- ${MOONTV_ROOT_PATH}/data:/data
|
||||
Reference in New Issue
Block a user