Addons installation without supervisor

Hello !
I’m using Home Assistant, supervised, using a virtual machine with the .qcow2 file provided on download page.
I want to move Home Assistant to docker, so it will be without supervisor.

How can I on a non supervised install use :

  • Schedy
  • File Editor
  • Mosquitto broker

Thanks :slight_smile:

Not an addon so supervisor irrelevant

sudo apt install editor of your choice

sudo apt install mosquitto

1 Like

thanks @nickr !

For the file editor, it was about the addon in webinterface :

Ok for Schedy : just another container with AppDaemon and it should work. Same for mosquitto broker.

Containerise them if you like. Or not, as you prefer.

You can use any editor you like.