Compare commits

...

5 Commits

Author SHA1 Message Date
renovate[bot]
a5bcf6d305
Merge 1a04dd533a into 45ed828215 2025-06-27 08:05:07 +00:00
okxlin
45ed828215
Merge pull request #3173 from subdirs/localApps
add libretv
2025-06-09 23:11:07 +08:00
subdir
b45d24b137 完善 LibreTV 应用模板密码规则,改为 passwordStrength 2025-06-09 23:07:32 +08:00
subdir
08f6c12b4a add libretv 2025-06-09 22:21:22 +08:00
renovate[bot]
1a04dd533a
Update chaitin/safeline-luigi Docker tag to v7.6.3 2025-04-17 00:39:07 +00:00
8 changed files with 55 additions and 2 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: paramComplexity
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: 10 KiB

View File

@ -72,7 +72,7 @@ services:
networks:
1panel-network:
ipv4_address: ${SUBNET_PREFIX}.237
image: chaitin/safeline-luigi:7.3.1
image: chaitin/safeline-luigi:7.6.3
volumes:
- /etc/localtime:/etc/localtime:ro
- ${SAFELINE_DIR}/resources/luigi:/app/data

View File

@ -75,7 +75,7 @@ services:
1panel-network:
safeline-ce:
ipv4_address: ${SUBNET_PREFIX}.7
image: chaitin/safeline-luigi:7.3.1
image: chaitin/safeline-luigi:7.6.3
volumes:
- /etc/localtime:/etc/localtime:ro
- ${SAFELINE_DIR}/resources/luigi:/app/data