Núrio Félix

Results 6 comments of Núrio Félix

> Correct we disabled motion on continuous recording for performance. We might need to make this adjustable so we can combine both. Motion detection is linked to the live view...

**config.json** ``` { "type": "template", "key": "0x123-outdoor-camera1-agent", "name": "camera-outdoor1", "mqtt_username": "", "mqtt_password": "", "timezone": "Europe/Lisbon", "stunuri": "", "turnuri": "", "turn_password": "", "capture": { "id": "ipcamera", "ipcamera": { "rtsp": "rtsp://user:[email protected]:554/stream1", "fps":...

I pulled **kerberos/agent-dev:latest**, but error remains same: Also updating in web app still not write to config.json ``` [GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend...

> did that help? @nurio-felix @cedricve Sorry for delay. Yes, I created persistent volume and now is working fine. Thanks for help guys. If you want pick docker-compose.yml stuff that...

> wonderful! we have been looking into your approach, and actually like how you like to avoid kubernetes. Would you consider to write an medium/blog article to discuss your deployment?...

> Got it working, provided a complete tutorial, but still didn't manage to get TLS working, also considering to use `nginx` instead of `traefik`. Sorry for delay. Please try this...