command
module
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Nov 1, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 2
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.