HomeHub

HomeHub

Aplicación Docker from Skylinar's Repository

Visión general

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

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:5000]
Red
bridge
Concha
sh
Privilegiado
false

Configuración de plantillas

WebUIPorttcp
Objetivo
5000
Por defecto
5000
Valor
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'

Objetivo
/app/config.yml
Por defecto
/mnt/user/appdata/homehub/config.yml
Valor
/mnt/user/appdata/homehub/config.yml
UploadsPathrw
Objetivo
/app/uploads
Por defecto
/mnt/user/appdata/homehub/uploads
Valor
/mnt/user/appdata/homehub/uploads
MediaPathrw
Objetivo
/app/media
Por defecto
/mnt/user/appdata/homehub/media
Valor
/mnt/user/appdata/homehub/media
PDF'sPathrw
Objetivo
/app/pdfs
Por defecto
/mnt/user/appdata/homehub/pdfs
Valor
/mnt/user/appdata/homehub/pdfs
DataPathrw
Objetivo
/app/data
Por defecto
/mnt/user/appdata/homehub/data
Valor
/mnt/user/appdata/homehub/data
SECRET_KEYVariable

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

FLASK_ENVVariable
Por defecto
production
Valor
production

Detalles

Repositorio
ghcr.io/surajverma/homehub:latest
Última actualización2026-05-31
Visto por primera vez2025-09-24

Ejecute HomeHub en Unraid.

HomeHub se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.