1.1 KiB
1.1 KiB
Home Assistant
Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
Check out home-assistant.io for a demo, installation instructions, tutorials and documentation
Migration
February 2024
This version of Home Assistant can be exposed. To migrate from the previous, non exposable app, follow these steps:
- stop the previous app
- rename
runtipi/app-data/homeassistant
toruntipi/app-data/__homeassistant
- remove the (previous) app
- install the (the current) app
- remove
runtipi/app-data/homeassistant
- rename
runtipi/app-data/__homeassistant
toruntipi/app-data/homeassistant
- add the following section to
runtipi/app-data/homeassistant/data/config/configuration.yaml
http: use_x_forwarded_for: true trusted_proxies: - 127.0.0.1 - 172.16.0.0/12 - ::1
- start the app