1
0

精简提交历史记录

This commit is contained in:
okxlin
2023-11-09 19:15:01 +08:00
commit 691aa7aac9
1529 changed files with 800341 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="streaming-media-server-pro"
PANEL_APP_PORT_HTTP="40115"

View 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

View File

@@ -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 =

View File

@@ -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