Dan Southwood-Wells

Results 14 comments of Dan Southwood-Wells

You can close this issue This PR https://github.com/GoogleCloudPlatform/cloud-builders-community/pull/536 updated Helm to 3.7.0

Here is some sample Python which works for me: ``` import requests from hashlib import md5 import time API = "https://api.wyzecam.com:8443" USERNAME = "[email protected]" _PASSWORD = b"password1" PASSWORD = md5(md5(_PASSWORD).hexdigest().encode()).hexdigest()...

Try the "phone_id" provided in the README `bc151f39-787b-4871-be27-5a20fd0a1937`. When using a random UUID, I get the `PhoneInfoNotExist`

Also wanting the targeting support. Noticed big drop in CPM since implementing this package VS firebase_admob plugin.

Ended up building a custom image for `helm`. cloud-builders-community/helm: 1.1GB this image: 82.4MB Dockerfile ``` FROM ubuntu:22.04 RUN apt update RUN apt install -y \ apt-transport-https \ ca-certificates \ gnupg...

I guess it would work - I'd need to just think how it might impact templated dashboards in Grafana You'd need to cater for all, instead of just the one....

> To be clear you can already do this by mapping the clips directory separate from recordings Correct - and as per the description of the issue - this is...

> > you don't define anything in the frigate config. > > Oh okay, the way unraid has the paths set up by default made 'media' all one folder with...

> > > you don't define anything in the frigate config. > > > > > > Oh okay, the way unraid has the paths set up by default made...