command
module
Version:
v1.11.1
Opens a new window with list of versions in this module.
Published: Nov 28, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
live-server
一个 HTTP 电视直播服务
DockerCompose 安装
docker-compose.yml:
version: '3.1'
services:
live-server:
image: ambitiousjun/live-server:latest
environment:
- TZ=Asia/Shanghai
- GIN_MODE=release
container_name: live-server
volumes:
- ./data:/app/data
ports:
- 5666:5666
运行:
docker-compose up -d
直接运行二进制
从 release 页下载对应的二进制文件
终端运行:
live-server -prod=true
程序默认运行在 5666 端口上,自定义端口:
live-server -prod=true -p 8880
请我喝杯 9.9💰 的 Luckin Coffee☕️

Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.