Homebox

Link to App

Link to GitHub or Website

Homebox is the inventory and organization system built for the Home User! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs.

This app is hosted on Cocoa as a docker container

https://github.com/trentnbauer/agg/blob/3ab1b3ad9a9473e6b443986a1c88d46917f28d8a/docker-compose/homebox.yml
services:
  app:
    restart: unless-stopped
    ports:
      - ${PORT:-7745}:7745
    environment:
      - TZ=$TZ
    volumes:
      - data:/data
    image: ghcr.io/hay-kot/homebox:v0.10.3
    logging:
      driver: "json-file"
      options:
        max-size: "10m"
        max-file: "3" 
volumes:
    data:
Port
Purpose

7745

Web UI

Host Volume
Container Volume
Purpose

data

data

application data

Integration
Purpose

Last updated

Was this helpful?