HomeHub

HomeHub

Docker 应用程序 from Skylinar's Repository

概述

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

运行时参数

网络用户界面
http://[IP]:[PORT:5000]
网络
bridge
外壳
sh
特权
false

模板配置

WebUIPorttcp
目标
5000
默认值
5000
价值
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'

目标
/app/config.yml
默认值
/mnt/user/appdata/homehub/config.yml
价值
/mnt/user/appdata/homehub/config.yml
UploadsPathrw
目标
/app/uploads
默认值
/mnt/user/appdata/homehub/uploads
价值
/mnt/user/appdata/homehub/uploads
MediaPathrw
目标
/app/media
默认值
/mnt/user/appdata/homehub/media
价值
/mnt/user/appdata/homehub/media
PDF'sPathrw
目标
/app/pdfs
默认值
/mnt/user/appdata/homehub/pdfs
价值
/mnt/user/appdata/homehub/pdfs
DataPathrw
目标
/app/data
默认值
/mnt/user/appdata/homehub/data
价值
/mnt/user/appdata/homehub/data
SECRET_KEYVariable

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

FLASK_ENVVariable
默认值
production
价值
production

详细信息

存储库
ghcr.io/surajverma/homehub:latest
最后更新2026-05-31
初见2025-09-24

在Unraid 上运行 HomeHub 。

HomeHub 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。