mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-13 16:50:31 +08:00
Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
commit
d0a5119d35
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ani-rss:
|
ani-rss:
|
||||||
image: wushuo894/ani-rss:v1.1.226
|
image: wushuo894/ani-rss:v1.1.227
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
casdoor:
|
casdoor:
|
||||||
image: casbin/casdoor:v1.825.0
|
image: casbin/casdoor:v1.827.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.23.2
|
image: gitea/gitea:1.23.3
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
movie-pilot-v2:
|
movie-pilot-v2:
|
||||||
image: jxxghp/moviepilot-v2:2.2.6
|
image: jxxghp/moviepilot-v2:2.2.7
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -3,7 +3,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
nocodb:
|
nocodb:
|
||||||
image: nocodb/nocodb:0.260.4
|
image: nocodb/nocodb:0.260.5
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
@ -23,7 +23,7 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
rsshub:
|
rsshub:
|
||||||
image: diygod/rsshub:2025-02-05
|
image: diygod/rsshub:2025-02-06
|
||||||
container_name: rsshub-${CONTAINER_NAME}
|
container_name: rsshub-${CONTAINER_NAME}
|
||||||
depends_on:
|
depends_on:
|
||||||
- browserless
|
- browserless
|
@ -7,20 +7,20 @@ PANEL_APP_PORT_HTTP=15275
|
|||||||
# API 端口 [必填]
|
# API 端口 [必填]
|
||||||
PANEL_APP_PORT_API=12555
|
PANEL_APP_PORT_API=12555
|
||||||
|
|
||||||
|
# 默认用户名 [必填]
|
||||||
|
LOGIN_USERNAME=stream-rec
|
||||||
|
|
||||||
# 登录密码 (初始化) [必填]
|
# 登录密码 (初始化) [必填]
|
||||||
LOGIN_SECRET=stream-rec
|
LOGIN_SECRET=stream-rec
|
||||||
|
|
||||||
# NextAuth 加密密钥 [必填]
|
# 加密密钥 [必填]
|
||||||
NEXTAUTH_SECRET=
|
AUTH_SECRET=
|
||||||
|
|
||||||
# NextAuth 服务器地址 [必填]
|
# 访问域名 [必填]
|
||||||
NEXTAUTH_URL=http://localhost:15275/
|
NEXT_PUBLIC_BASE_URL=http://127.0.0.1:15275
|
||||||
|
|
||||||
# API 地址 [必填]
|
|
||||||
API_URL=http://stream-rec-backend:12555/api
|
|
||||||
|
|
||||||
# WebSocket API 地址 [必填]
|
# WebSocket API 地址 [必填]
|
||||||
WS_API_URL=ws://stream-rec-backend:12555/live/update
|
WS_API_URL=ws://127.0.0.1:12555/live/update
|
||||||
|
|
||||||
# 网络代理
|
# 网络代理
|
||||||
HTTP_PROXY=
|
HTTP_PROXY=
|
||||||
|
@ -23,6 +23,13 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
- default: "stream-rec"
|
||||||
|
disabled: true
|
||||||
|
envKey: LOGIN_USERNAME
|
||||||
|
labelZh: 默认用户名
|
||||||
|
labelEn: Default Username
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
- default: "stream-rec"
|
- default: "stream-rec"
|
||||||
edit: false
|
edit: false
|
||||||
envKey: LOGIN_SECRET
|
envKey: LOGIN_SECRET
|
||||||
@ -30,30 +37,23 @@ additionalProperties:
|
|||||||
labelEn: Login Password (Initialization)
|
labelEn: Login Password (Initialization)
|
||||||
required: true
|
required: true
|
||||||
random: true
|
random: true
|
||||||
type: text
|
type: password
|
||||||
- default: ""
|
- default: ""
|
||||||
edit: true
|
edit: true
|
||||||
envKey: NEXTAUTH_SECRET
|
envKey: AUTH_SECRET
|
||||||
labelZh: NextAuth 加密密钥
|
labelZh: 加密密钥
|
||||||
labelEn: NextAuth Secret
|
labelEn: Encryption Key
|
||||||
required: true
|
required: true
|
||||||
random: true
|
random: true
|
||||||
type: text
|
type: text
|
||||||
- default: "http://localhost:15275/"
|
- default: "http://127.0.0.1:15275"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: NEXTAUTH_URL
|
envKey: NEXT_PUBLIC_BASE_URL
|
||||||
labelZh: NextAuth 服务器地址
|
labelZh: 访问域名
|
||||||
labelEn: NextAuth Server URL
|
labelEn: Access Domain
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
- default: "http://stream-rec-backend:12555/api"
|
- default: "ws://127.0.0.1:12555/live/update"
|
||||||
disabled: true
|
|
||||||
envKey: API_URL
|
|
||||||
labelZh: API 地址
|
|
||||||
labelEn: API URL
|
|
||||||
required: true
|
|
||||||
type: text
|
|
||||||
- default: "ws://stream-rec-backend:12555/live/update"
|
|
||||||
edit: true
|
edit: true
|
||||||
envKey: WS_API_URL
|
envKey: WS_API_URL
|
||||||
labelZh: WebSocket API 地址
|
labelZh: WebSocket API 地址
|
||||||
|
@ -8,9 +8,13 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
- HTTPS_PROXY=${HTTP_PROXY}
|
||||||
- LOG_LEVEL=INFO
|
- LOG_LEVEL=INFO
|
||||||
- DB_PATH=/opt/records
|
- DB_PATH=/opt/records
|
||||||
- DOWNLOAD_PATH=/download
|
- DOWNLOAD_PATH=/download
|
||||||
|
- PGID=1000
|
||||||
|
- PUID=1000
|
||||||
image: streamrec/stream-rec:v0.7.2
|
image: streamrec/stream-rec:v0.7.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
@ -29,6 +33,9 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
- API_URL=http://stream-rec-backend:12555/api
|
||||||
image: streamrec/stream-rec-front:v0.7.2
|
image: streamrec/stream-rec-front:v0.7.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
@ -39,7 +39,7 @@ Stream-rec 是一个自动录制各种直播平台的工具。
|
|||||||
|
|
||||||
+ `WebSocket API 地址`
|
+ `WebSocket API 地址`
|
||||||
|
|
||||||
默认值:`ws://stream-rec-backend:12555/live/update`
|
默认值:`ws://stream-rec-backend:12555/live/update` 或 `ws://127.0.0.1:12555/live/update`
|
||||||
|
|
||||||
需要获取:
|
需要获取:
|
||||||
|
|
||||||
@ -48,24 +48,9 @@ Stream-rec 是一个自动录制各种直播平台的工具。
|
|||||||
|
|
||||||
填写格式:`ws://{宿主机 IP 地址}:{API 端口}/live/update`
|
填写格式:`ws://{宿主机 IP 地址}:{API 端口}/live/update`
|
||||||
|
|
||||||
### 可修改配置
|
+ `访问域名`
|
||||||
|
|
||||||
+ `NextAuth 服务器地址`
|
服务跳转地址,用于跳转到 Web 界面
|
||||||
|
|
||||||
默认值:`http://localhost:15275/`
|
|
||||||
|
|
||||||
需要获取:
|
|
||||||
|
|
||||||
+ 宿主机 IP 地址
|
|
||||||
+ 配置项 `WebUI 端口`, 默认值:`15275`
|
|
||||||
|
|
||||||
填写格式:`http://{宿主机 IP 地址}:{WebUI 端口}/`
|
|
||||||
|
|
||||||
### 无法修改项目
|
|
||||||
|
|
||||||
+ `API 地址`
|
|
||||||
|
|
||||||
当前部署方式为 前后端合并部署,请勿强制修改参数值。
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -7,20 +7,20 @@ PANEL_APP_PORT_HTTP=15275
|
|||||||
# API 端口 [必填]
|
# API 端口 [必填]
|
||||||
PANEL_APP_PORT_API=12555
|
PANEL_APP_PORT_API=12555
|
||||||
|
|
||||||
|
# 默认用户名 [必填]
|
||||||
|
LOGIN_USERNAME=stream-rec
|
||||||
|
|
||||||
# 登录密码 (初始化) [必填]
|
# 登录密码 (初始化) [必填]
|
||||||
LOGIN_SECRET=stream-rec
|
LOGIN_SECRET=stream-rec
|
||||||
|
|
||||||
# NextAuth 加密密钥 [必填]
|
# 加密密钥 [必填]
|
||||||
NEXTAUTH_SECRET=
|
AUTH_SECRET=
|
||||||
|
|
||||||
# NextAuth 服务器地址 [必填]
|
# 访问域名 [必填]
|
||||||
NEXTAUTH_URL=http://localhost:15275/
|
NEXT_PUBLIC_BASE_URL=http://127.0.0.1:15275
|
||||||
|
|
||||||
# API 地址 [必填]
|
|
||||||
API_URL=http://stream-rec-backend:12555/api
|
|
||||||
|
|
||||||
# WebSocket API 地址 [必填]
|
# WebSocket API 地址 [必填]
|
||||||
WS_API_URL=ws://stream-rec-backend:12555/live/update
|
WS_API_URL=ws://127.0.0.1:12555/live/update
|
||||||
|
|
||||||
# 网络代理
|
# 网络代理
|
||||||
HTTP_PROXY=
|
HTTP_PROXY=
|
||||||
|
@ -8,9 +8,13 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
- HTTPS_PROXY=${HTTP_PROXY}
|
||||||
- LOG_LEVEL=INFO
|
- LOG_LEVEL=INFO
|
||||||
- DB_PATH=/opt/records
|
- DB_PATH=/opt/records
|
||||||
- DOWNLOAD_PATH=/download
|
- DOWNLOAD_PATH=/download
|
||||||
|
- PGID=1000
|
||||||
|
- PUID=1000
|
||||||
image: streamrec/stream-rec:v0.7.2
|
image: streamrec/stream-rec:v0.7.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
@ -29,6 +33,9 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
- API_URL=http://stream-rec-backend:12555/api
|
||||||
image: streamrec/stream-rec-front:v0.7.2
|
image: streamrec/stream-rec-front:v0.7.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user