Home-Information
Docker 应用程序 from Selfhosters
概述
Home Information transforms how you manage your property by creating a visual, spatial, centralized hub for everything about your home. Instead of hunting through drawers, email attachments, and scattered notes, you'll have manuals, maintenance records, device controls, and security monitoring all organized exactly where they belong - visually positioned on a map of your home.
Key Features:
- Spatial organization by location (click on kitchen to see everything kitchen-related)
- Document and information management (manuals, warranties, maintenance records)
- Home Assistant integration for device control
- ZoneMinder integration for security cameras
- Visual security zone monitoring
- Local-first architecture (your data stays on your network)
Perfect for homeowners who want to stay organized and maintain their property effectively, especially those with home automation or security systems.
运行时参数
- 网络用户界面
http://[IP]:[PORT:8000]- 网络
bridge- 外壳
bash- 特权
- false
模板配置
Port for the Web UI
- 目标
- 8000
- 默认值
- 9411
Directory where the SQLite database is stored
- 目标
- /data/database
- 默认值
- /mnt/user/appdata/home-information/database
Directory where uploaded files (manuals, images, etc.) are stored
- 目标
- /data/media
- 默认值
- /mnt/user/appdata/home-information/media
Directory containing environment configuration files (optional)
- 目标
- /env
- 默认值
- /mnt/user/appdata/home-information/env
Django secret key - Set to a random string for security
- 目标
- DJANGO_SECRET_KEY
Email address for the admin user
- 目标
- DJANGO_SUPERUSER_EMAIL
- 默认值
- admin@example.com
Password for the admin user
- 目标
- DJANGO_SUPERUSER_PASSWORD
Django settings module (do not change unless you know what you're doing)
- 目标
- DJANGO_SETTINGS_MODULE
- 默认值
- hi.settings.local
Database path inside container (do not change)
- 目标
- HI_DB_PATH
- 默认值
- /data/database
Media path inside container (do not change)
- 目标
- HI_MEDIA_PATH
- 默认值
- /data/media
Skip login screen for local network use (set to false for multi-user setup)
- 目标
- HI_SUPPRESS_AUTHENTICATION
- 默认值
- true|false
Redis hostname (use 127.0.0.1 for internal Redis)
- 目标
- HI_REDIS_HOST
- 默认值
- 127.0.0.1
Redis port
- 目标
- HI_REDIS_PORT
- 默认值
- 6379
Prefix for Redis keys (leave empty unless running multiple instances)
- 目标
- HI_REDIS_KEY_PREFIX
Additional URLs (ALLOWED_HOSTS) for network access (e.g., http://192.168.1.100:9411 http://nas.local:9411)
- 目标
- HI_EXTRA_HOST_URLS
Additional URLs for Content Security Policy (usually same as Extra Host URLs)
- 目标
- HI_EXTRA_CSP_URLS
Prefix for email subjects (e.g., [Home Info])
- 目标
- HI_EMAIL_SUBJECT_PREFIX
Default sender email address
- 目标
- HI_DEFAULT_FROM_EMAIL
Email address for server error messages
- 目标
- HI_SERVER_EMAIL
SMTP server hostname (e.g., smtp.gmail.com)
- 目标
- HI_EMAIL_HOST
SMTP server port (587 for TLS, 465 for SSL, 25 for unencrypted)
- 目标
- HI_EMAIL_PORT
- 默认值
- 587
SMTP username/email for authentication
- 目标
- HI_EMAIL_HOST_USER
SMTP password for authentication
- 目标
- HI_EMAIL_HOST_PASSWORD
Use TLS for email (typically with port 587)
- 目标
- HI_EMAIL_USE_TLS
- 默认值
- false
Use SSL for email (typically with port 465)
- 目标
- HI_EMAIL_USE_SSL
- 默认值
- false
详细信息
ghcr.io/cassandra/home-information:latest在Unraid 上运行 Home-Information 。
Home-Information 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。