Skip to content

Commit

Permalink
summary of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Feb 21, 2020
1 parent 1abb8d3 commit 28b7a3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/guides/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,17 @@ Connection/Authentication issues
General tips
~~~~~~~~~~~~

.. important::

Make sure of the following:
- `AUTH_RELAY` is set to hashed
- A valid `AUTH_HASH_SECRET` is provided (not empty)
- `AUTH_HASH_IPS` is disabled
- `OPT_USE_APIS` is enabled
- If you are using any version lower than ZM 1.34, `OPT_USE_GOOG_RECAPTCHA` is disabled
- If you are NOT using authentication at all in ZM, that is `OPT_USE_AUTH` is disabled, then make sure you also disable authentication in zmNinja, otherwise it will keep waiting for auth keys.


- Disable server redirects like 302 and then try if using the mobile
app
- To make sure there are no connection issues, launch your **phone
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zmninjapro",
"description": "Home security mobile app for ZoneMinder",
"version":"1.3.088",
"version": "1.3.088",
"displayName": "zmNinja",
"author": "Pliable Pixels",
"license": "custom see LICENSE.md",
Expand Down Expand Up @@ -213,4 +213,4 @@
]
}
}
}
}

0 comments on commit 28b7a3c

Please sign in to comment.