Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[support] dlandon - Zoneminder 1.36

Featured Replies

Thanks.  All working now.

  • Replies 1.3k
  • Views 300.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I realize that Zoneminder 1.32.0 has been released and I will eventually update the Docker for this new release.  Please don't try to lobby me to update the Docker right away.  I won't update it for a

  • There is an update to the Zoneminder Docker.  This is still version 1.30.4.  I will be working on 1.32 soon. The update included: zmeventnotification updated to v1.6.  The zmeventnotificati

  • Map an external port to the Zoneminder docker port 80.

Posted Images

For some reason I am not able to enter the webgui even when left clicking the docker. image.thumb.png.d0eb76e3b336bf88f0d81768ae7f56e7.png

  • Author
7 hours ago, Domino7897 said:

For some reason I am not able to enter the webgui even when left clicking the docker. image.thumb.png.d0eb76e3b336bf88f0d81768ae7f56e7.png

You might have a port mapping issue.  Setting the "Network Type" to "Host" allows a Docker access all ports for that ip address.  Set Zoneminder to have a static ip address.  Be sure you aren't using port 8443 for Unraid access.

@dlandonstill no luck even when I leave the port on 8443.

image.png

  • Author
1 hour ago, Domino7897 said:

@dlandonstill no luck even when I leave the port on 8443.

image.png

Show a screen shot when you try to access the Zoneminder WebUI.  Just telling me it doesn't work is of no value.

That worked thanks! Is there a way to change the address of the webgui? As in when I left click on webgui I am still directed to https://10.0.0.7:8443/zm

  • Author
31 minutes ago, Domino7897 said:

That worked thanks! Is there a way to change the address of the webgui? As in when I left click on webgui I am still directed to https://10.0.0.7:8443/zm

Click on Advanced View and you can edit the WebUI link.

I too started having issues.  I tried several suggestions above but I am still 'stuck'.  Suggestions?

 

Config_Screen.thumb.png.29446ede96bc13c1c07d2f662afaf290.png

UI_Screen.png

Edited by OrangeLoon
Updated Image

  • Author
6 hours ago, OrangeLoon said:

I too started having issues.  I tried several suggestions above but I am still 'stuck'.  Suggestions?

 

Config_Screen.thumb.png.29446ede96bc13c1c07d2f662afaf290.png

UI_Screen.png

Are you using port 8443 for Unraid access?

I click on the WebUI from the icon and it jumpts to "https://192.168.3.2:8443/zm" - so yes

 

 

  • Author
1 hour ago, OrangeLoon said:

I click on the WebUI from the icon and it jumpts to "https://192.168.3.2:8443/zm" - so yes

 

 

Try assigning a static ip address to the Zoneminder docker.

192.168.3.2 is already a static IP 

  • Author
4 minutes ago, OrangeLoon said:

192.168.3.2 is already a static IP 

That ip is Unraid's.  You need to select Custom: br0 as the network and assign Zoneminder its own ip address.

Forgive my lack of knowledge but why does Zoneminder need it's own IP address when it did not before?

  • Author
10 minutes ago, OrangeLoon said:

Forgive my lack of knowledge but why does Zoneminder need it's own IP address when it did not before?

It doesn't.  You just can't seem to sort out the ports, and assigning an ip to Zoneminder is an alternative.  If you don't want to give it its own ip address, you'll have to sort out why port 8443 doesn't work.

No idea how to sort the port issues out.  I have nothing else running that uses that port but I will do some research.  Assigning its own IP address did not work (or I did it wrong).  In the meantime, I was able to get in by just specifying 192.168.3.2/zm 

On 1/9/2019 at 6:43 PM, dlandon said:

Click on Advanced View and you can edit the WebUI link.

Part of the problem here is the template  You've got in it for the webUI link

https://[IP]:[PORT:8443]/zm

That line takes whatever container port 8443 is mapped to and changes it to the appropriate host port, or uses 8443 if the mapping doesn't exist

 

That's why even when buddy changed the port to instead be 443 it still went to 8443

 

Change the webUI link to instead be and it will follow the mappings correctly 

https://[IP]:[PORT:443]/zm

@OrangeLoon you should make this change also in the template when you edit it (advanced view - webUI  *if you can't see it then you may also need to Settings - Docker, Enable Template Authoring Mode)

Edited by Squid

OK - Here is where I am:  I have made the modification above to the WebUI link as described above.  When I can click on it, it generates a "NET::ERR_CERT_AUTHORITY_INVALID" error which I can bypass.  Here are my settings:

 

Zoneminder_setting_A.thumb.jpg.47fadacb76be098e663d70d613372f83.jpg

  • Author
20 minutes ago, OrangeLoon said:

When I can click on it, it generates a "NET::ERR_CERT_AUTHORITY_INVALID" error which I can bypass.  Here are my settings:

You are getting that error because the certificate is self signed.  To get rid of that you will need a real certificate.

Understood, thanks for the help and the patience.  

Whenever I search for Zoneminder in CA it only shows the private repos. I try installing it but never seems to work correctly. I would rather just install the Zoneminder preconfigured. Any ideas? 

unraid.PNG

Edited by enriquezandrew92

I don't know if this has been brought up before, but I couldn't find an answer on a quick search.

 

Since upgrading to version 1.x many months ago now (zm was on version 0.something for over a year without issue) my array is always spun up.

Zoneminder writes to the cache initially, and then mover puts the recordings on the array overnight. Using openfiles I can see that ZM is holding open seemingly arbitrary event files after they've been moved off the cache drive, and thus keeps the array spun up. If I restart ZM it releases the files and the array spins down. However, if I open the web interface again, or wait until the mover runs again, the array spins back up and ZM holds onto another random set of files.

 

Any ideas?

  • Author
5 hours ago, enriquezandrew92 said:

Whenever I search for Zoneminder in CA it only shows the private repos. I try installing it but never seems to work correctly. I would rather just install the Zoneminder preconfigured. Any ideas? 

unraid.PNG

I think you have "Enable additional search results from dockerHub?" set to yes.  Turn that off.

 

If you continue to have problems, post on the CA forum for help.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.