HomeBox
HomeBox is a home inventory and organization system for tracking items, locations, labels, quantities, and related details. This package uses the actively maintained SysAdmins Media continuation and its official hardened image.
Access
The web interface listens on PANEL_APP_PORT_HTTP (default 7745). Create the first user through the web interface after installation.
Persistence
The application database and uploaded assets are stored in APP_DATA_DIR, mounted at /data. The hardened image runs as UID and GID 65532; the initialization script prepares matching ownership.
HBOX_AUTH_API_KEY_PEPPER is generated by the install form and must be at least 32 bytes. Keep it stable across restarts and upgrades because rotating it invalidates all issued API keys. For standalone Compose, generate a value with openssl rand -base64 48.