mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
add libretv
This commit is contained in:
parent
c93afa467f
commit
08f6c12b4a
1
apps/libretv/202506082214/data
Submodule
1
apps/libretv/202506082214/data
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 26ec4e897c7ddc8968d21bcf0afab07e06348852
|
18
apps/libretv/202506082214/data.yml
Normal file
18
apps/libretv/202506082214/data.yml
Normal file
@ -0,0 +1,18 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8899 # HTTP端口默认值
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP 端口
|
||||
required: true
|
||||
edit: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "111111" # 访问密码默认值
|
||||
envKey: PANEL_APP_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
required: true
|
||||
edit: true
|
||||
rule: passwordStrength
|
||||
type: password
|
17
apps/libretv/202506082214/docker-compose.yml
Normal file
17
apps/libretv/202506082214/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
services:
|
||||
libretv:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: bestzwei/libretv:latest
|
||||
networks:
|
||||
- 1panel-network
|
||||
restart: always
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
environment:
|
||||
- PASSWORD=${PANEL_APP_PASSWORD} # 关键配置
|
||||
command: ["/docker-entrypoint.sh", "nginx", "-g", "daemon off;"]
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
4
apps/libretv/README.md
Normal file
4
apps/libretv/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# LibreTV
|
||||
|
||||
📺 项目简介
|
||||
LibreTV 是一个轻量级、免费的在线视频搜索与观看平台,提供来自多个视频源的内容搜索与播放服务。无需注册,即开即用,支持多种设备访问。项目结合了前端技术和后端代理功能,可部署在支持服务端功能的各类网站托管服务上。
|
13
apps/libretv/data.yml
Normal file
13
apps/libretv/data.yml
Normal file
@ -0,0 +1,13 @@
|
||||
additionalProperties:
|
||||
crossVersionUpdate: true
|
||||
document: https://libretv.is-an.org
|
||||
github: https://github.com/LibreSpark/LibreTV
|
||||
key: libretv
|
||||
limit: 0
|
||||
name: LibreTV
|
||||
shortDescEn: mPure Go open-source one-stop streaming media server development framework
|
||||
shortDescZh: 轻量级、免费的在线视频搜索与观看平台
|
||||
tags:
|
||||
- Tool
|
||||
type: tool
|
||||
website: https://libretv.is-an.org/
|
BIN
apps/libretv/logo.png
Normal file
BIN
apps/libretv/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
Loading…
Reference in New Issue
Block a user