Homey Self-Hosted Server on Amber Pro | Megathread

In this thread we can discuss running Homey Self-Hosted Server on Amber Pro

Installation

Learn how to Homey Self-Hosted Server on Amber Pro | Megathread - #2 by martijnpoppen

Known Limitations

None at this moment.

  1. Login into AmberPro

  2. Click on Pro Tools

  3. Go to Container Apps

  4. Click on Create container

  5. Click on import from Yaml file

  6. Select homey-shs.yml

  7. click add

  8. Leave all fields (changing host port is optional)

  1. Click add
  2. Homey-SHS will boot up
homey-shs.yml:

version: "3"
services:
  homey-shs:
    image: ghcr.io/athombv/homey-shs:latest
    container_name: homey-shs
    ports:
      - "4859:4859"
	network_mode: host
    volumes:
      - /AmberPRO/homey-shs:/homey/user
    restart: unless-stopped