secubox-openwrt/package/secubox/secubox-app-picobrew/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

1002 B

SecuBox PicoBrew Server

Languages: English | Francais | 中文

在 LXC 容器中运行的自托管 PicoBrew 酿造控制器。提供配方管理、实时酿造会话监控以及 PicoBrew 硬件设备连接。

安装

opkg install secubox-app-picobrew

配置

UCI 配置文件:/etc/config/picobrew

uci set picobrew.main.enabled='1'
uci set picobrew.main.port='8080'
uci commit picobrew

使用方法

picobrewctl start      # 启动 PicoBrew 服务器
picobrewctl stop       # 停止 PicoBrew 服务器
picobrewctl status     # 显示服务状态
picobrewctl logs       # 查看服务器日志
picobrewctl update     # 从 git 更新服务器

功能特性

  • 配方管理和创建
  • 实时酿造会话监控
  • PicoBrew 设备配对和控制
  • 酿造历史和日志记录
  • 在 LXC 容器中隔离运行

依赖

  • jsonfilter
  • wget-ssl
  • tar
  • lxc
  • lxc-common
  • git

许可证

Apache-2.0