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:
- create the appdata folder 'mkdir /mnt/user/appdata/homehub'
- grab the example configuration yml 'curl https://raw.githubusercontent.com/surajverma/homehub/main/config-example.yml -o /mnt/user/appdata/homehub/config.yml'
- adjust the config as needed
运行时参数
- 网络用户界面
http://[IP]:[PORT:5000]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
- 目标
- 5000
- 默认值
- 5000
- 价值
- 5000
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
- 目标
- /app/uploads
- 默认值
- /mnt/user/appdata/homehub/uploads
- 价值
- /mnt/user/appdata/homehub/uploads
- 目标
- /app/media
- 默认值
- /mnt/user/appdata/homehub/media
- 价值
- /mnt/user/appdata/homehub/media
- 目标
- /app/pdfs
- 默认值
- /mnt/user/appdata/homehub/pdfs
- 价值
- /mnt/user/appdata/homehub/pdfs
- 目标
- /app/data
- 默认值
- /mnt/user/appdata/homehub/data
- 价值
- /mnt/user/appdata/homehub/data
Secret key. Run `openssl rand -hex 64` to generate a secret
- 默认值
- production
- 价值
- production
详细信息
ghcr.io/surajverma/homehub:latest在Unraid 上运行 HomeHub 。
HomeHub 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。