secubox-openwrt/package/secubox/luci-app-jellyfin/README.zh.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
Add complete French (fr) and Chinese (zh) translations for all documentation:

- Root files: README, CHANGELOG, SECURITY, BETA-RELEASE
- docs/: All 16 core documentation files
- DOCS/: All 19 deep-dive documents including embedded/ and archive/
- package/secubox/: All 123+ package READMEs
- Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/

Total: 346 translation files created

Each file includes language switcher links for easy navigation between
English, French, and Chinese versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-20 10:00:18 +01:00

51 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LuCI Jellyfin 控制面板
[English](README.md) | [Francais](README.fr.md) | 中文
用于管理 Jellyfin 媒体服务器的 Web 界面,具有实时状态、容器控制和集成管理功能。
## 安装
```bash
opkg install luci-app-jellyfin
```
## 访问
LuCI 菜单:**服务 -> Jellyfin**
## 功能模块
- **服务状态** -- 容器状态(运行中/已停止/未安装、运行时间、Docker 健康状态、磁盘使用情况
- **集成状态** -- HAProxy已禁用/待配置/已配置、Mesh P2P、WAN 防火墙
- **操作** -- 安装、启动、停止、重启、更新、备份、卸载、打开 Web 界面
- **配置** -- 端口、镜像、数据路径、时区、域名、HAProxy SSL、媒体路径、GPU 转码、mesh 开关
- **日志** -- 实时容器日志查看器(最后 50 行)
## RPCD 方法
后端:`luci.jellyfin`
| 方法 | 描述 |
|------|------|
| `status` | 完整的服务状态、配置和集成信息 |
| `start` | 启动 Jellyfin 容器 |
| `stop` | 停止 Jellyfin 容器 |
| `restart` | 重启 Jellyfin 容器 |
| `install` | 拉取镜像并创建容器 |
| `uninstall` | 删除容器和数据 |
| `update` | 拉取最新镜像并重新创建 |
| `configure_haproxy` | 注册 HAProxy 虚拟主机 |
| `backup` | 创建配置/数据备份 |
| `restore` | 从备份存档恢复 |
| `logs` | 获取容器日志 |
## 依赖
- `luci-base`
- `secubox-app-jellyfin`
## 许可证
Apache-2.0