Yeah, it was pretty easy to do. Here are my configs
:
And this you will need to correct to look like mine:
You may need to create a monocle.properties file at the following location:
/mnt/user/cache(or whatever you use here)/appdata/monocle
monocle.properties:
# ******************************************************************
# * MONOCLE GATEWAY CONFIGURATION FILE *
# ******************************************************************
#--------------------------------------
# RTSP SERVICE PROPERTIES
#--------------------------------------
`rtsp.host=192.168.1.50`
`rtsp.port=8555`
`rtsp.ssl.port=443`
#--------------------------------------
# RTSP PROXY PROPERTIES
#--------------------------------------
#rtsp.proxy.port=8554
#rtsp.proxy.expire_minutes=10
#rtsp.proxy.debug=false
#rtsp.proxy.verbose=false
#rtsp.proxy.log=false
#--------------------------------------
# RTSP SERVICE REGISTRATION OVERRIDES
#--------------------------------------
#rtsp.register.fqdn=
`rtsp.register.host=192.168.1.50`
`rtsp.register.port=443`
#--------------------------------------
# RTSP SSL CERTIFICATE & PRIVATE KEY
#--------------------------------------
#rtsp.ssl.cert=ssl-cert.pem
#rtsp.ssl.key=ssl-key.pem
Just uncomment the lines you need to use.
You will also need to add another file called monocle.token
. This is your API key from your monoclecam account. Just paste the API key into this file and you should be set after a restart of the container.
Lastly, this is the icon i use as monocle doesnt have one currently for unraid. Just open advanced view in the docker config and paste the following in Icon URL (or host it yourself):
https://images-na.ssl-images-amazon.com/images/I/41AK3vDKtmL.png
Hope this helps!