Favicon of HomeBox (SysAdmins Media)

HomeBox (SysAdmins Media)

Manage your home inventory with this fast, self-hosted, and open-source system. Track items, generate QR codes, and keep your data entirely private.

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:

  • Smart Organization: Use custom fields, photos, and location hierarchies to track items accurately.
  • Quick Access: Generate and scan QR codes for instant item lookup.
  • Multi-User & Collections: Manage separate inventories and share access with family members.
  • Advanced Tools: Utilize reusable item templates, bulk CSV import/export, and a full REST API for automation.
  • Complete Privacy: Keep your data secure on your own infrastructure with Docker, SQLite, or Postgres support.

Directory Structure

homebox-sysadmins-media
homebox
data
.env
docker-compose.yml

docker-compose.yml

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

.env

# No sensitive environment variables are required for the default Homebox configuration.
# User management and authentication are handled within the application database.

Share:

Ad
Favicon

 

  
 

Similar to HomeBox (SysAdmins Media)

Favicon

 

  
  
Favicon

 

  
  
Favicon