This open-source, self-hosted inventory management system is built specifically for home users. It offers a fast, private, and intuitive way to organize your belongings without the complexity of enterprise software or the limitations of spreadsheets. Running efficiently on minimal resources, it gives you complete control over your data with no cloud syncing or hidden fees.
Key Features:
services:
homebox:
image: ghcr.io/sysadminsmedia/homebox:latest
container_name: homebox
restart: always
environment:
- HBOX_LOG_LEVEL=info
- HBOX_LOG_FORMAT=text
- HBOX_WEB_MAX_UPLOAD_SIZE=10
volumes:
- ./data:/data/
ports:
- 7745:7745# No sensitive environment variables are required for the default Homebox configuration.
# User management and authentication are handled within the application database.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago