Clou9 - new way to edit Home Assistant configuration files

Hi all,
after long time searching for the best and easy way to edit my configuration files i came up with Cloud9 wich is
Web based IDE that allows you ato Edit, Upload, Download configuration files, test your python scripts, run bash command and much more.
I wrote an article to help you set this up.

Hope you will find it useful.

sudo apt inatsll git -y

seems like that should be

sudo apt-get install git -y

Other than that, thanks for the writeup!

Both will work :slight_smile:

I have fixd it,
Thanks