Line 45:
Line 45:
signal-event zoneminder-update
signal-event zoneminder-update
config set UnsavedChanges no
config set UnsavedChanges no
−
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 215:
Line 214:
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}}
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}}
+
+
=== Know issues and NFR ===
+
+
'''to use usb camera would need''' :
+
+
usermod -a -G video www chmod 777 /dev/video0
+
+
<nowiki>#</nowiki> or find an alternative, that was what helped me here modprobe uvcvideo
+
+
<nowiki>#</nowiki> if this is the module for your cam <nowiki>https://forums.zoneminder.com/viewtopic.php?t=23361</nowiki>
+
+
'''NFR :'''
+
+
- set php to 56 if default is not at list 56
+
+
- force https and redirect
+
+
- allow to set a http host and if set, remove access using /zm
+
+
- set zoneminder and httpd template to :
+
+
-- auth agaisnt http OPT_USE_AUTH = true + AUTH_TYPE = remote + AUTH_RELAY disabled (or stream will fail)
+
+
-- no zm auth but httpd auth
+
+
-- no auth at all -
+
+
- only httpd auth for admin
+
+
-- httpd auth for a list of user -
+
+
- httpd auth for a group "zm group" -
+
+
- set LANG_DEFAULT depending on system language : fr_fr if fr_* or en_uk if en_*
+
+
- set email configs like EMAIL_ADDRESS
===Changelog===
===Changelog===