Search found 5 matches
- Mon Jul 24, 2017 10:55 pm
- Forum: Non-ZoneMinder Chat
- Topic: Building a new tool - Argus IP Camera Viewer - Feedback welcome
- Replies: 6
- Views: 8616
Re: Building a new tool - Argus IP Camera Viewer - Feedback welcome
Added initial support for OPT_AUTH but the preview isn't currently working for this Easiest way to install is with docker docker create --name=argus -p 8765:80 -v /Users/admin/Docker/argus:/config -e PGID=80 -e PUID=501 linuxserver/argus Replace 8765 with whatever port you want to be able to hit it ...
- Thu Jul 13, 2017 1:08 pm
- Forum: Non-ZoneMinder Chat
- Topic: Building a new tool - Argus IP Camera Viewer - Feedback welcome
- Replies: 6
- Views: 8616
Re: Building a new tool - Argus IP Camera Viewer - Feedback welcome
Thanks knnniggett, I've joined the channel so thanks for that suggestion.
- Sun Jul 09, 2017 4:33 pm
- Forum: Non-ZoneMinder Chat
- Topic: Building a new tool - Argus IP Camera Viewer - Feedback welcome
- Replies: 6
- Views: 8616
Re: Building a new tool - Argus IP Camera Viewer - Feedback welcome
Thanks, lots still to do, and to be honest I could do with someone interested in the project who either has a few different cameras and/or is well versed with how zoneminder or/and the API works giving me a hand.
- Mon Jul 03, 2017 4:29 pm
- Forum: Non-ZoneMinder Chat
- Topic: Building a new tool - Argus IP Camera Viewer - Feedback welcome
- Replies: 6
- Views: 8616
Re: Building a new tool - Argus IP Camera Viewer - Feedback welcome
Lol, yeah, the npm is to install some dependencies, but it was more for my reference as they are all dev dependencies, the actal app is using Laravel 5.4
- Mon Jul 03, 2017 12:57 pm
- Forum: Non-ZoneMinder Chat
- Topic: Building a new tool - Argus IP Camera Viewer - Feedback welcome
- Replies: 6
- Views: 8616
Building a new tool - Argus IP Camera Viewer - Feedback welcome
This is so early it can't even be considered alpha yet, but I am working on an IP camera viewer that can work with multiple backends, initially, the plan is to just support ZoneMinder. The idea is to create someting easy to use and user friendly, it's really only for my own use, but I thought some ...