add libretv

This commit is contained in:
subdir 2025-06-09 22:21:22 +08:00
parent c93afa467f
commit 08f6c12b4a
6 changed files with 53 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 26ec4e897c7ddc8968d21bcf0afab07e06348852

View 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

View 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
View File

@ -0,0 +1,4 @@
# LibreTV
📺 项目简介
LibreTV 是一个轻量级、免费的在线视频搜索与观看平台,提供来自多个视频源的内容搜索与播放服务。无需注册,即开即用,支持多种设备访问。项目结合了前端技术和后端代理功能,可部署在支持服务端功能的各类网站托管服务上。

13
apps/libretv/data.yml Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB