ZoneMinder / zmNinja

High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder
http://zmninja.zoneminder.com
Other
1.02k stars 270 forks source link

ability to run all screens of zmNinja on a desktop without console errors #59

Closed pliablepixels closed 9 years ago

pliablepixels commented 9 years ago

requested by @liucougar

pliablepixels commented 9 years ago

websockets/ event server not currently working because it needs SSL

pliablepixels commented 9 years ago

SSL and auth currently not working

pliablepixels commented 9 years ago

SSL works - you must accept the SSL cert in the browser first in another tab

pliablepixels commented 9 years ago

SSL, auth and other functions work properly. requires setup of ionic proxy

pliablepixels commented 9 years ago

closing this issue so I can add it to auto changelog for 0.85 tag. Please create a new issue for desktop support.

pliablepixels commented 9 years ago

There's a bug in desktop mode where initial run does not work with ionic serve -c it needs a ionic serve --lab. I found the bug --> it was to do with my http injector code - I was not checking for url being null.