Add two new packages for self-hosted brewing controller support: secubox-app-picobrew: - LXC container-based PicoBrew Server installation - Alpine Linux rootfs with Python/Flask environment - UCI configuration for port, memory, brewing defaults - procd service management with respawn - Commands: install, uninstall, update, status, logs, shell luci-app-picobrew: - Modern dashboard UI with SecuBox styling - Service controls (start/stop/restart/install/update) - Real-time status monitoring and logs - Settings page for server and brewing configuration - RPCD backend with full API coverage Supports PicoBrew Zymatic, Z, Pico C, and Pico Pro devices. Repository: https://github.com/CyberMind-FR/picobrew-server Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
config picobrew 'main'
|
|
option enabled '0'
|
|
option http_port '8080'
|
|
option http_host '0.0.0.0'
|
|
option data_path '/srv/picobrew'
|
|
option memory_limit '512M'
|
|
option log_level 'INFO'
|
|
|
|
config server 'server'
|
|
option dns_name ''
|
|
option https_enabled '0'
|
|
option cert_path ''
|
|
option key_path ''
|
|
|
|
config brewing 'brewing'
|
|
option default_boil_temp '100'
|
|
option default_mash_temp '67'
|
|
option units 'metric'
|