From 170f02f3a0ca404ae02698f2ea64c5a1ceda5119 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Sat, 12 Nov 2022 08:41:29 +0100 Subject: [PATCH] docs: Add documentation about how to reconfigure "$DATA_SHARE" This was mainly used by https://github.com/home-assistant/supervised-installer/issues/187 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 185a6e6..894c4f3 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,17 @@ dpkg -i homeassistant-supervised.deb - tinker - khadas-vim3 +## Configuration + +The default path for our `$DATA_SHARE` is `/usr/share/hassio`. +This path is used to store all home assistant related things. + +You can reconfigure this path during installation with + +```bash +DATA_SHARE=/my/own/homeassistant dpkg --force-confdef --force-confold -i /srv/setup/homeassistant-supervised.deb +``` + ## Troubleshooting If something's going wrong, use `journalctl -f` to get your system logs. If you are not familiar with Linux and how you can fix issues, we recommend to use our Home Assistant OS.