HomeHub

HomeHub

Docker app from Skylinar's Repository

Overview

Ever wanted a simple, private spot on your home network for your family's daily stuff? That's HomeHub. It's a lightweight, self-hosted web app that turns any computer (even a Raspberry Pi!) into a central hub for shared notes, shopping lists, chores, a media downloader, and even a family expense tracker.

It’s designed to be easy to use for everyone in the family, with a clean interface that works great on any device.

Before Installing:

  1. create the appdata folder 'mkdir /mnt/user/appdata/homehub'
  2. grab the example configuration yml 'curl https://raw.githubusercontent.com/surajverma/homehub/main/config-example.yml -o /mnt/user/appdata/homehub/config.yml'
  3. adjust the config as needed

Runtime arguments

Web UI
http://[IP]:[PORT:5000]
Network
bridge
Shell
sh
Privileged
false

Template configuration

WebUIPorttcp
Target
5000
Default
5000
Value
5000
ConfigPathro

Grab the example configuration yml 'curl https://raw.githubusercontent.com/surajverma/homehub/main/config-example.yml -o /mnt/user/appdata/homehub/config.yml'

Target
/app/config.yml
Default
/mnt/user/appdata/homehub/config.yml
Value
/mnt/user/appdata/homehub/config.yml
UploadsPathrw
Target
/app/uploads
Default
/mnt/user/appdata/homehub/uploads
Value
/mnt/user/appdata/homehub/uploads
MediaPathrw
Target
/app/media
Default
/mnt/user/appdata/homehub/media
Value
/mnt/user/appdata/homehub/media
PDF'sPathrw
Target
/app/pdfs
Default
/mnt/user/appdata/homehub/pdfs
Value
/mnt/user/appdata/homehub/pdfs
DataPathrw
Target
/app/data
Default
/mnt/user/appdata/homehub/data
Value
/mnt/user/appdata/homehub/data
SECRET_KEYVariable

Secret key. Run `openssl rand -hex 64` to generate a secret

FLASK_ENVVariable
Default
production
Value
production

Details

Repository
ghcr.io/surajverma/homehub:latest
Last Updated2026-05-31
First Seen2025-09-24

Run HomeHub on Unraid.

HomeHub is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.