This is a bash script which auto installs Zoneminder , Apache2 , and Mariadb in a proot container.... Without Root!
- Donwload Termux
- Set up a proot container
pkg install proot-distro
termux-setup-storage
proot-distro install debian
- Login to the container
proot-distro login debian
- Install Zoneminder!
curl https://raw.githubusercontent.com/justaCasualCoder/Zoneminder-Termux/main/installzm.sh -o installzm.sh && bash installzm.sh
- Install's Mariadb , Apache2 , and Zoneminder
- Configures Mariadb with zmuser and zmpass
- Enables Conf Zoneminder and enabled modules
- Adds API to Zoneminder conf
- Changes Apache2 port from 80 to 8080
- Starts Zoneminder , Apache2 , and Mariadb
- Because it is free and is WAY more customizable than most options on the market
- Open Source
- I had found this and liked the idea but it was far to outdated to use
- I had the time
The simplest way I have found to pass through cameras is by running a ip camera server on the device. The app i have been using is Cameraserve. Although it has not been updated since 2019, it is a Free & Open source app that does everything I could want (It also dosent have ads or telemetry :) ). You can also just download one of the many ip camera apps on google play if you find that easier. Anyway, Once you have all of that set up run the app, and add the ip cam in Zoneminder. There are multiple guides on how to do this. cURL setting seems to work with the above app