secubox-openwrt/package/secubox/secubox-app-picobrew/README.md
CyberMind-FR 62f2f6a7a8 docs(secubox): Add KISS README for all 46 remaining packages
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 07:34:06 +01:00

971 B

SecuBox PicoBrew Server

Self-hosted PicoBrew brewing controller running in an LXC container. Provides recipe management, real-time brew session monitoring, and device connectivity for PicoBrew hardware.

Installation

opkg install secubox-app-picobrew

Configuration

UCI config file: /etc/config/picobrew

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

Usage

picobrewctl start      # Start PicoBrew server
picobrewctl stop       # Stop PicoBrew server
picobrewctl status     # Show service status
picobrewctl logs       # View server logs
picobrewctl update     # Update server from git

Features

  • Recipe management and creation
  • Real-time brew session monitoring
  • PicoBrew device pairing and control
  • Brew history and logging
  • Runs isolated in LXC container

Dependencies

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

License

Apache-2.0