mirror of
https://github.com/hassio-addons/addon-motioneye.git
synced 2025-05-04 19:21:22 +00:00
✨ Adds option to enable motion webcontrol (#17)
* ✨Adds motion webcontrol * ⬆️ Upgrades motion to version 4.1.1-r1 * ⬆️ Upgrades nginx to version 1.14.2-r0 * ⬆️ Upgrades ffmpeg to version 4.0.2-r0 * 🔨 Configuration cleanup * Rename motion_api to motion_webcontrol * 📝Adds documentation for motion_webcontrol * ✏️ Updated documentation * ✏️ Spelling * ⚠️ Added warning logs
This commit is contained in:
parent
e9e86bde4e
commit
d59990a506
6 changed files with 52 additions and 2 deletions
|
@ -99,6 +99,14 @@ more severe level, e.g., `debug` also shows `info` messages. By default,
|
|||
the `log_level` is set to `info`, which is the recommended setting unless
|
||||
you are troubleshooting.
|
||||
|
||||
### Option: `motion_webcontrol`
|
||||
|
||||
Enables the motion webcontrol endpoint running on port `7999`.
|
||||
|
||||
:warning: MotionEye HTTP webcontrol **DOES NOT** support authentication
|
||||
and **DOES NOT** support SSL! Enable this **ONLY** when you know what
|
||||
you are doing! **NEVER, EVERY** expose this port to the outside world!
|
||||
|
||||
### Option: `port`
|
||||
|
||||
By default motionEye runs on port `8765`, this option allows you to change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue