Create a central, private space on your home network to manage your family's daily activities. This lightweight, self-hosted web application turns any device into a comprehensive household dashboard. Designed to be intuitive for everyone, it keeps your data securely on your local network without requiring external cloud accounts or complex logins.
Enjoy a wide range of built-in utilities designed to keep your household organized:
Customize the platform through a simple configuration file to toggle features and adjust the color theme.
services:
homehub:
image: surajverma/homehub:latest
container_name: homehub
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/app/data# No sensitive environment variables are required for this application.
# If you need to customize specific settings supported by the image, add them here.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago