* The current text assumes your user is always "homeassistant"
If you follow the advanced guide to setup a virtual environment a user named "homeassistant" or whatever you want will be created. See:
https://www.home-assistant.io/docs/installation/raspberry-pi/
If you follow this guide the "homeassistant" user won't be created:
https://www.home-assistant.io/docs/installation/virtualenv
This page actually refers to the Autostart page on which is assumed that you created a user named "homeassistant". It's better to refer to the user which runs HA in general.
* All occurences of [your user] replaced by YOUR_USER
* Update systemd.markdown
Added instructions for development libraries (build-essential libssl-dev libffi-dev) required for cffi, bcrypt, and cryptography. This may not be necessary on some Debian based systems for desktops with dev libraries installed but for server installations (I tested with Armbian) this is required.
* WIP: Changed gitignore file (again)
* ✏️ Deleted my text, it makes no sense
* ✏️ Adding storage and cloud folder
* ✏️ Changed the gitignore list
* ✏️ Improved after input from others
* Change Reserve Proxy setup with DSM 6.2.1.
Synology made it a lot easier to use a websocket in their reverse proxy. It's not necessary anymore to log in to ssh so it should be much saver and easier to setup.
* Remove formatting
I've added a paragraph in the dev-tools page mentioning that it's possible to both try Lovelace and set it as the default UI, as this I not mentioned in the docs
There was some confusion about the use of filters in the HA extension,
in fact some of them were wrong.
Also merged the examples for the extensions into sections for each type so
they could be seen in context.
* First pass at tidying up auth docs.
Rearranged some of the images to enhance the flow and reorganised some
of the steps for setting up MFAs.
Submitting this as WIP for pull request.
* Some more cleanup and changes to the text, mostly for clarity (IMHO).
This should be all that is required for the moment, but some more info on
Trusted Networks would be useful. I had a few subtle issues setting that
up regarding proxies so I'll look at adding that if I figure out how to
explain it succinctly.
* ✏️ Tweaks
* ✏️ Tweaks
* ✏️ Tweaks