A clean and minimal interface to monitor and control your smart devices, such as light bulbs, light switches, TVs, bluetooth speakers, and many others.
Built with React JS.
-
⬇️ Pull the latest version of the image
-
▶️ Run the containerdocker run -d -p [port]:8080 ghcr.io/photonsquid/houseportal:[tag]
where
[port]
is the port you want to use for the web interface, and[tag]
is the tag of the previously pulled image.
-
⬇️ Download the latest release from github or clone the repository
-
⚒️ Install the dependencies (using yarn is recommended)
cd HousePortal yarn install
-
▶️ Start the serveryarn start