ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras. This repository creates the s9pk package that is installed to run zoneminder on embassyOS.
Install the system dependencies below to build this project by following the instructions in the provided links. You can also find detailed steps to setup your environment in the service packaging documentation.
Clone the project locally:
git clone git@github.com/ssmithx/zoneminder-wrapper.git
cd zoneminder-wrapper
After setting up your environment, build the zoneminder package by running:
make
Run the following commands to install:
ℹ️ Change embassy-server-name.local to your Embassy address
embassy-cli auth login
# Enter your embassy password
embassy-cli --host https://embassy-server-name.local package install zoneminder.s9pk
If you already have your embassy-cli config file setup with a default host,
you can install simply by running:
make install
Tip: You can also install the zoneminder.s9pk using Sideload Service under the Embassy > Settings section.
Go to your Embassy Services page, select ZoneMinder, configure and start the service. Then, verify its interfaces are accessible.
Done!