Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

35 lines (32 loc) · 1.8 KB

Zoneminder On Android!

This is a bash script which auto installs Zoneminder , Apache2 , and Mariadb in a proot container.... Without Root!

Getting started on Android

  1. Donwload Termux
  2. Set up a proot container
pkg install proot-distro
termux-setup-storage
proot-distro install debian
  1. Login to the container
proot-distro login debian
  1. Install Zoneminder!
curl https://raw.githubusercontent.com/justaCasualCoder/Zoneminder-Termux/main/installzm.sh -o installzm.sh && bash installzm.sh

What the bash script does

  • 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
Why?
  • 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

Setting up on-device cameras

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