更新配置

This commit is contained in:
ms
2025-12-24 15:55:44 +08:00
parent b356e192eb
commit fd43818756
12 changed files with 128 additions and 0 deletions
+1
View File
@@ -140,6 +140,7 @@
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/nodebb/logo.png" width="22"/> | NodeBB | https://nodebb.org/ | 一个更适合现代网络的社会平台 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/nodepassdash/logo.png" width="22"/> | NodePassDash | https://github.com/NodePassProject/NodePassDash/ | 现代化的 NodePass 管理界面 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/ollama/logo.png" width="22"/> | Ollama | https://ollama.com/ | 一站式大模型部署平台 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/omnibox/logo.png" width="22"/> | OmniBox | https://hub.docker.com/r/lampon/omnibox/ | 影视站 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/onedev/logo.png" width="22"/> | OneDev | https://onedev.io/ | DevOps 平台、带有 CI/CD、看板和软件包的 Git 服务器 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/open-webui/logo.png" width="22"/> | Open Webui | https://openwebui.com/ | 用户友好的 AI 界面 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/opengist/logo.png" width="22"/> | Opengist | https://opengist.io/ | 自托管的粘贴板,基于 Git,Github Gist 的开源替代品 | |
+1
View File
@@ -135,6 +135,7 @@
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/nodebb/logo.png" width="22"/> | NodeBB | https://nodebb.org/ | 一个更适合现代网络的社会平台 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/nodepassdash/logo.png" width="22"/> | NodePassDash | https://github.com/NodePassProject/NodePassDash/ | 现代化的 NodePass 管理界面 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/ollama/logo.png" width="22"/> | Ollama | https://ollama.com/ | 一站式大模型部署平台 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/omnibox/logo.png" width="22"/> | OmniBox | https://hub.docker.com/r/lampon/omnibox/ | 影视站 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/onedev/logo.png" width="22"/> | OneDev | https://onedev.io/ | DevOps 平台、带有 CI/CD、看板和软件包的 Git 服务器 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/open-webui/logo.png" width="22"/> | Open Webui | https://openwebui.com/ | 用户友好的 AI 界面 | |
| 🟢 | <img height="22" src="https://file.lifebus.top/apps/opengist/logo.png" width="22"/> | Opengist | https://opengist.io/ | 自托管的粘贴板,基于 Git,Github Gist 的开源替代品 | |
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "/home/omnibox"
edit: true
envKey: OMNIBOX_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 7023
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
+22
View File
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
omnibox:
image: lampon/omnibox:v1.3.20
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:7023
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${OMNIBOX_ROOT_PATH}/data:/app/data
environment:
- TZ=Asia/Shanghai
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
+22
View File
@@ -0,0 +1,22 @@
# OmniBox
影视站
![OmniBox](https://file.lifebus.top/imgs/omnibox_cover.png)
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 特性
+ 支持采集站、网盘资源在线观看
+ 支持 IPTV 源观看
+ 支持 6 大直播间平台观看
+ 支持解析站解析爱优腾主流视频站链接
+ 支持网页、移动端、TV 端观看。
+ 各个端都支持弹幕功能
+ 在线看 4K 视频
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
![Ms Studio](https://analytics.lifebus.top/p/wJix5nI1W)
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
key: omnibox
name: OmniBox
tags:
- WebSite
- Local
shortDescZh: 影视站
shortDescEn: Video site
type: website
crossVersionUpdate: true
limit: 0
website: https://hub.docker.com/r/lampon/omnibox/
github: https://hub.docker.com/r/lampon/omnibox/
document: https://hub.docker.com/r/lampon/omnibox/
architectures:
- amd64
- arm64
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB