Mike Renna

Results 25 comments of Mike Renna

here you go. trying to pull them off of a local folder. this is running QNAP container station for docker: copy/pasted flattened the formatting. version: "3.8" services: trigger: volumes: -...

strange thing is that it appears that its picking up those files and creating them in the run/secrets/ location. if i view them through console they appear correct. so maybe...

That looks more in line with other containers I run with a mounted config folder. I'll give that a go. Thank you. ________________________________ From: Neil Enns ***@***.***> Sent: Friday, August...

unfortunately no difference. From this is seems like its at least picking up the settings file from where I put it. (i added a config subfolder on my share location)....

as a follow-up, i modified the mqtt host as a test and immediately got an error in the log. So its clearly loading the settings file but no indication that...

Verbose was already set to true. Should i have been seeing more than the above in the log as a result? it seems like its loading the settings file (which...

just checked that blue iris is dropping jpgs to the designated folder but no action in log. In fact, log is still just showing the three times I restarted it...

i had removed all the secrets references and went to your suggestion for a volume mount for /config. That didn't appear to make a difference. I don't know why there...

i don't know. I've tried a myriad of things to troubleshoot the picture folder. The sample config files use a relative path in the mask ("/aiinput/Cat*.jpg). What is that relative...

Settings: { "$schema": "https://raw.githubusercontent.com/danecreekphotography/node-deepstackai-trigger/main/src/schemas/settings.schema.json", "deepstackUri": "http://deepstack-ai:5000/", "enableAnnotations": false, "enableWebServer": true, "verbose": true, "awaitWriteFinish": true, "mqtt": { "uri": "mqtt://192.168.0.14:1883", "username": "#######", "password": "#######", "enabled": true }, "telegram": { "botToken": "insert bot...