Homebox

Homebox is the inventory and organization system built for the Home User.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.4"
 
services:
  homebox:
    image: ghcr.io/hay-kot/homebox:latest
#   image: ghcr.io/hay-kot/homebox:latest-rootless
    container_name: homebox
    restart: always
    environment:
    - HBOX_LOG_LEVEL=info
    - HBOX_LOG_FORMAT=text
    - HBOX_WEB_MAX_UPLOAD_SIZE=10
    volumes:
      - ./homebox-data:/data/
    ports:
      - 3100:7745

Resources

Website: https://hay-kot.github.io/homebox/

GitHub: https://github.com/hay-kot/homebox

GitHub Container Registry: https://github.com/hay-kot/homebox/pkgs/container/homebox

Configuration: https://hay-kot.github.io/homebox/quick-start/