Bridge-mode networking with explicit 8123:8123 port mapping. Image is homeassistant/home-assistant:stable — upstream's recommended production tag, same image as the Docker Hub link in #1. One Docker-managed volume (`furtka_home-assistant_config`). No manifest.settings — onboarding (admin user, home location, units) is the standard Home Assistant in-browser flow on first visit to :8123, same shape as Jellyfin and Uptime Kuma. Cloud integrations (Hue Cloud, Tado, Sonos via account) work today. Local-discovery integrations that need host networking, Bluetooth, or Zigbee/Z-Wave dongle passthrough are explicitly deferred — listed as a follow-up once the manifest schema grows a network_mode knob. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
793 B
JSON
11 lines
793 B
JSON
{
|
|
"name": "home-assistant",
|
|
"display_name": "Home Assistant",
|
|
"version": "1.0.0",
|
|
"description": "Smart-home hub for lights, sensors, and locally controlled devices.",
|
|
"description_long": "Steuere Lampen, Heizung, Sensoren und Smart-Home-Geräte von einem zentralen Dashboard aus. Beim ersten Aufruf im Browser unter http://furtka.local:8123 wird das Admin-Konto angelegt und die Wohnung eingerichtet. Zigbee-/Z-Wave-USB-Sticks und automatische Geräteerkennung über mDNS/Bluetooth sind in dieser ersten Version noch nicht verdrahtet — die App läuft im Bridge-Modus auf Port 8123. Cloud-Integrationen (Hue Cloud, Tado, Sonos via Account) funktionieren ohne Einschränkung.",
|
|
"volumes": ["config"],
|
|
"ports": [8123],
|
|
"icon": "icon.svg",
|
|
"open_url": "http://{host}:8123/"
|
|
}
|