精简提交历史记录
This commit is contained in:
2
apps/streaming-media-server-pro/2023-01-03/.env.sample
Normal file
2
apps/streaming-media-server-pro/2023-01-03/.env.sample
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="streaming-media-server-pro"
|
||||
PANEL_APP_PORT_HTTP="40115"
|
||||
10
apps/streaming-media-server-pro/2023-01-03/data.yml
Normal file
10
apps/streaming-media-server-pro/2023-01-03/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40115
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -0,0 +1,35 @@
|
||||
# Config配置教程链接
|
||||
# Configuration tutorial view link: https://www.cnblogs.com/1314h/p/16651157.html
|
||||
[default]
|
||||
# mysql:视频缓存到mysql,否则缓存到本地
|
||||
defaultdb =
|
||||
# local:本地多线程下载 online:远程分布式下载
|
||||
downchoose = local
|
||||
port = 8080
|
||||
localhost =
|
||||
vbuffer = 3
|
||||
downurls = ["%(localhost)s/url3?url="]
|
||||
|
||||
[advanced]
|
||||
host1 = https://4gtvfreepc-cds.cdn.hinet.net
|
||||
host2 = https://4gtvfree-cds.cdn.hinet.net
|
||||
tvglogo = fsHEAD_FRAME
|
||||
proxies =
|
||||
debug = False
|
||||
|
||||
[mysql]
|
||||
host = 127.0.0.1
|
||||
user = root
|
||||
password = 123456789
|
||||
port = 3306
|
||||
database = media
|
||||
|
||||
[redis]
|
||||
host = 127.0.0.1
|
||||
port = 6379
|
||||
password = 123456789
|
||||
|
||||
[other]
|
||||
xmlowner =
|
||||
xmlrepo =
|
||||
xmlaccess_token =
|
||||
@@ -0,0 +1,18 @@
|
||||
version: '3'
|
||||
services:
|
||||
streaming-media-server-pro:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||
volumes:
|
||||
- ./data/assets:/code/app/assets
|
||||
image: 239144498/streaming:2023-01-03
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user