Help installing Homey SelfHosted Sever on ZIMAOS

Can you provide app or quick instruction guide to easily install the Homey Selfhosted Server app

https://support.homey.app/hc/en-us/articles/23975096785948-How-to-install-Homey-Self-Hosted-Server-on-Linux

open

install ttyd bridge then run this

docker run \
  --name homey-shs \
  --network host \
  --privileged \
  --detach \
  --restart unless-stopped \
  --volume ~/.homey-shs/:/homey/user/ \
  ghcr.io/athombv/homey-shs

then open setting network look at the ip

then open phone homey app ad self hosted server and then ip and port

great, was able to install and it’s working good now.