Commit Graph

515 Commits (master)

Author SHA1 Message Date
Andrew Bauer ce92b14247
Update redhat.rst
supersedes pr#3680

Remove mention of centos. 
Deprecate rhel 7.
Lowercase powertools
mention crb repo for rhel 9
2023-03-31 09:38:08 -05:00
Alex Jiang c693268b87
Update ubuntu.rst 2023-02-14 18:10:54 +00:00
Isaac Connor 28cf2570a9 tabs instead of spaces are messing up ul layout 2023-02-12 16:37:44 -05:00
bradnewfield 3cf8954878
Corrected code block syntax 2023-01-17 06:08:51 +13:00
Isaac Connor 628e75427f
Merge pull request #3645 from criadoperez/docs/criadoperez
Docs/criadoperez
2022-12-12 11:17:17 -05:00
Alejandro 61bb654eb5
removed permissions change on Ubuntu installation 2022-12-12 17:14:23 +01:00
Alejandro c7a818fc73
Updated zmninja info 2022-12-12 13:41:31 +01:00
Alejandro 80b01331db
Debian 2022-12-12 13:08:57 +01:00
Alejandro 4536cd31bf
added Ubuntu 22.04 install instructions (verified) 2022-12-12 13:07:05 +01:00
Alejandro 969c0c5841
code not marked as code and appeared as plain text 2022-12-12 12:00:43 +01:00
Alejandro 9666ddf030
Added debian backports option to install a newer version of Zoneminder 2022-12-06 14:26:41 +01:00
Isaac Connor 7f38ec1999 Update API entries replacing Function concept 2022-09-19 13:46:29 -04:00
Isaac Connor 4907a706a7 New image of monitor add view 2022-09-19 13:40:52 -04:00
Isaac Connor a6e6b5015d Add a note about setting the Id monitor field 2022-09-19 13:17:55 -04:00
Isaac Connor 4f76b36a75 Update defining monitors section of docs to reflect the current state. 2022-09-19 13:14:39 -04:00
Isaac Connor c6cdf070af Update the requirements for monitor Name. Whitespace is allowed! 2022-09-19 11:45:53 -04:00
megasaturnv 9d8e32b28c Modified description for ZM_CASE_INSENSITIVE_USERNAMES 2022-09-05 15:49:26 +01:00
megasaturnv 6c0f40f570 Renamed ZM_AUTH_CASE_INSENSITIVE_USERNAMES to ZM_CASE_INSENSITIVE_USERNAMES as name was too long ZoneMinder/zoneminder#3516 2022-09-02 12:03:47 +01:00
megasaturnv 63e5b63eec Added option ZM_AUTH_CASE_INSENSITIVE_USERNAMES to match mixed case usernames to lower case usernames in database ZoneMinder/zoneminder#3516 2022-09-02 11:58:02 +01:00
anon8675309 7edbff038f
Update debian.rst
Improve installation instructions for Debian 11 (bullseye) #3467
2022-04-24 22:49:38 -05:00
anon8675309 3236a50d9f Improve installation instructions for Debian 11 (bullseye) #3467 2022-04-24 21:16:41 -05:00
Uve M Steinmann a332bbbbc9 Added missing steps to Debian 11 installion docs 2022-04-22 21:55:07 -03:00
Jeremy Davis 63b3042d37
fix typo 2022-02-02 14:18:26 +11:00
Jeremy Davis ad0a095886
Update MariaDB Bullseye info
Specifically note that setting a root password is not required (or recommended; unix socket authentication is better than simple password auth).
2022-02-02 11:35:36 +11:00
Isaac Connor 1f19ad7c9d fix by removing code block 2021-11-29 13:49:07 -05:00
Isaac Connor 01f4aee450 Fix underline 2021-11-29 13:49:07 -05:00
Isaac Connor d8e4a77424
Merge pull request #3361 from criadoperez/debian-install
Added Debian 11 (bullseye) installation instructions
2021-10-28 09:55:07 -04:00
Håvard Flaget Aasen f2281d1017
Typos in documentation
This is typos noticed by lintian.
2021-10-17 13:29:00 +02:00
TheRealJiffy ca293eb288
Update mobile.rst
fix broken link
2021-10-02 23:42:08 -04:00
Alejandro Criado-Pérez 1e71300a3b
added Debian installation instructions 2021-09-30 01:15:45 +02:00
criadoperez e462c23115
updated dlandon repository name 2021-09-29 16:46:04 +02:00
criadoperez 9f683c0c91
Removed default-file parameter that is deprecated 2021-09-29 14:14:25 +02:00
criadoperez 8554ccd649
Added Debian 11 (bullseye) installation 2021-09-29 12:26:15 +02:00
5472qaywsx a7f13c82d5
Docs: Fix a typo (#3358) 2021-09-20 14:04:07 +02:00
criadoperez 4a717820b1
Fixed broken wiki links 2021-09-08 15:18:52 +02:00
gmanproxtreme 84ccf10e65
Updated WEB_TITLE section from ToDo.
The Web_Title's use was unknown. I have seen the changed title appear on the login screen. Documentation updated to reflect this.
2021-08-27 20:21:02 +10:00
Peter Keresztes Schmidt cce4b0aac4 docs: Reference current 1.36 version in installation instructions 2021-08-03 23:33:35 +02:00
Isaac Connor dc6c00ba88
Merge pull request #3280 from Carbenium/drop-xenial
Drop Ubuntu Xenial support
2021-06-05 15:33:13 -04:00
Peter Keresztes Schmidt 73351f4387 Drop Ubuntu Xenial support 2021-06-05 17:16:22 +02:00
Peter Keresztes Schmidt f9d859cad8 Docs: Remove references to Debian Jessie
Jessie is no longer supported by ZM.
2021-06-05 16:03:26 +02:00
Isaac Connor 726f1f616d Merge branch 'update_docs_1_34' 2021-05-10 14:53:14 -04:00
Isaac Connor f0abcdf585 Merge branch 'release-1.34' into update_docs_1_34 2021-05-10 14:48:50 -04:00
Isaac Connor a8bd1662e3 Add objdetect.gif support in filter email replacements 2021-04-28 19:12:37 -04:00
Daniel Schetritt 9660448e5a
Fix rendering of RST codeblock in documentation
This fixes the rendering of a codeblock in reStructuredText. I think the parser couldn't render a codeblock containing a URL using the shorthand `::` so an explicit `.. codeblock::` directive is used instead.
2021-03-07 10:37:21 -08:00
Isaac Connor c8f4a18c7c Use more modern way of including style sheet. Hopefully fixes deprecated add_stylesheet 2021-02-10 10:01:15 -05:00
Isaac Connor 43761a2d19 Remove instructions for trusty. Trusty is no longer supported. Apply recommendations for #3135. Fixes #3135 2021-02-08 12:07:11 -05:00
Isaac Connor b6c258c41f Revert "add_stylesheet is deprecated. Use add_css_file instead"
Since we still use older sphinx we need to live with the deprecation warnings until we can figure out a way to support old and new.

This reverts commit 84d9d363c9.
2021-02-02 08:24:32 -05:00
Isaac Connor e4465a14ee Remove stray | 2021-01-26 14:20:14 -05:00
Isaac Connor 84d9d363c9 add_stylesheet is deprecated. Use add_css_file instead 2021-01-26 14:20:14 -05:00
Andrew Bauer 2d5353a716
spelling 2020-12-19 15:10:17 -06:00
Andrew Bauer b352ed3269
Update multiserver.rst 2020-12-19 12:17:38 -06:00
Andrew Bauer 95d72a0794
Update multiserver.rst 2020-12-19 12:12:06 -06:00
Andrew Bauer 57b0a96dcf
Update multiserver.rst 2020-12-19 12:06:13 -06:00
Andrew Bauer abba77e54a
Update redhat.rst 2020-12-19 11:45:22 -06:00
Andrew Bauer 2e2205885f
Update redhat.rst 2020-12-19 11:43:50 -06:00
Andrew Bauer f68078cb1e
Update redhat.rst 2020-12-19 11:36:31 -06:00
Andrew Bauer 67a959e636
Update redhat.rst 2020-12-19 11:26:31 -06:00
Andrew Bauer 0b3098f777
Update redhat.rst 2020-12-19 11:25:42 -06:00
Andrew Bauer 60653bd3a1
Update redhat.rst 2020-12-19 11:14:33 -06:00
Andrew Bauer 12c2a0d4e3
Update redhat.rst 2020-12-19 11:11:34 -06:00
Andrew Bauer 2095bb57e5
Update redhat.rst 2020-12-19 11:09:22 -06:00
Andrew Bauer e1ef0f4bcc
Update redhat.rst 2020-12-19 11:02:15 -06:00
Andrew Bauer f0b1eac823
Update redhat.rst 2020-12-19 10:59:14 -06:00
Andrew Bauer cc2eda3519
Update redhat.rst 2020-12-19 10:57:44 -06:00
Andrew Bauer d5bb2022ed
Update redhat.rst 2020-12-19 10:55:37 -06:00
Andrew Bauer 0a2195d9fd
Update redhat.rst 2020-12-19 10:54:53 -06:00
Andrew Bauer b76b84f51f
Update redhat.rst 2020-12-19 10:52:20 -06:00
Andrew Bauer 952da2217d
Update redhat.rst 2020-12-19 10:49:21 -06:00
Andrew Bauer f9d25d6dca
Update redhat.rst 2020-12-19 10:47:53 -06:00
Andrew Bauer d7596d448e
Update redhat.rst 2020-12-19 10:44:34 -06:00
Esteban Flores c4eb59442e Changed "Purge By Age" filter
Changed "Purge By Age" filter, the "date" option is not available in v1.34.22. Using "End Date" as the filter parameter works just fine.
2020-11-05 12:27:46 -05:00
Esteban Flores ea4d3ccd7a
Changed "Purge By Age" filter
Changed "Purge By Age" filter, the "date" option is not available in v1.34.22. Using "End Date" as the filter parameter works just fine.
2020-11-02 01:05:57 -06:00
Frederick Robinson e256d4f5f1
Update gettingstarted.rst 2020-09-19 18:18:53 -07:00
zemsten eedd677a60
Update debian.rst
Updated debian buster instructions to be version independent for php, updated mysql package, included gnupg, added tee commands for easy one-liners.
2020-09-05 10:21:35 -07:00
Isaac Connor 1840413564 fix distro in apt line in buster section of debian guide 2020-07-27 16:11:32 -04:00
Andrew Bauer 696aa3b261
update redhat readthedocs 2020-07-17 08:28:16 -05:00
Isaac Connor 5e4676c660 Add Debian buster instructions. Update other debian dists to reference 1.34. 2020-07-14 11:31:10 -04:00
Andrew Bauer dcab218a2e remove global config item CREATE_ANALYSIS_IMAGES 2020-07-06 12:22:41 -05:00
Patrick 8fd32b8f1d add area definition to zone creation via API 2020-04-18 17:52:42 -04:00
Isaac Connor d0c36c9888
Merge pull request #2913 from connortechnology/fix_monitor_loading
Fix monitor loading
2020-04-17 10:26:03 -04:00
Isaac Connor 006c0d0029 reference ppa for 1.34 instead of ppa for 1.32 2020-04-14 17:54:10 -04:00
Isaac Connor b482993d33 Merge branch 'release-1.34' 2020-03-06 15:04:48 -05:00
Isaac Connor 04b78ac7e6 typo and punctuation fixes. 2020-02-27 17:56:56 -05:00
Patrick f81e7b5b48
add area definition to zone creation via API 2020-02-24 21:04:40 -07:00
Isaac Connor b389f9660d Merge branch 'fix_class_PTZ_presets_almost_invisible' 2020-02-24 13:17:09 -05:00
Pliable Pixels 7109bff6a7 mention other values for GPU 2020-02-24 12:44:36 -05:00
Isaac Connor fc8f94c315 Merge branch 'master' into improve_filter_emails 2020-02-17 16:42:44 -05:00
Isaac Connor ad9d12f0c6
Merge pull request #2834 from firefly2442/api-spelling
fix spelling
2020-02-15 20:17:54 -05:00
Patrick 6abc91c11d
fix spelling 2020-02-15 13:52:35 -07:00
Patrick c5b419976f
fix spelling 2020-01-28 20:22:18 -07:00
Isaac Connor b3b1c38e9c update Filter Email subsitution documentation 2020-01-22 17:37:12 -05:00
Pliable Pixels b4a8790555
Update api.rst
https://github.com/ZoneMinder/zoneminder/issues/2764#issuecomment-559451717
2019-11-28 10:39:49 -05:00
Pliable Pixels 1a72b5b9fe
add note on API wrapper 2019-11-17 15:56:41 -05:00
Isaac Connor c3250dea00 fix typos and add some more text 2019-11-15 15:20:07 -05:00
Martin Kask 98a1cb8c29 Add storage docs 2019-11-14 08:00:52 +02:00
Isaac Connor e479bbd06c
Merge pull request #2743 from pliablepixels/1_34_docs
1 34 docs update
2019-11-08 13:16:06 -05:00
Pliable Pixels 4ae1df2a8c
mention that you can't use payloads with GET 2019-11-01 10:09:32 -04:00
Pliable Pixels 5f55bbfc5c
add slack and forum links at the start so they are easy to discover 2019-10-28 12:28:02 -04:00
Pliable Pixels 40da485994
I vote to remove this backtrace FAQ on addr2line - it never seems to be useful 2019-10-27 17:34:55 -04:00
Pliable Pixels ed9ed8da0c
nits 2019-10-27 17:34:10 -04:00