Denis Evers

Results 8 comments of Denis Evers

Hey, I recently used your script to setup a hotspot for a friend and was just checking the issues. I've read that you are using openvpn for the secure connection...

Yeah, we just changed the docs service. The right link is https://vivumlab.com and docs moved to https://vivumlab.com/docs There is a big PR almost ready to be merged. With some fixes...

@th3raid0r I don't have a healthcheck for postgresql handy, but if you add a healthcheck to postgres and then edit the docker-compose.yml like the following, you can get around this...

> > > > > > > > > > @th3raid0r > > > > > > I don't have a healthcheck for postgresql handy, but if you add a...

@fallmo I've had the same problem, but you can just do this and it worked for me. ``` - apiGroups: ["storage.k8s.io"] resources: ["*"] verbs: ["get", "list", "watch", "update", "patch"] ```...

> After change of permissions and running the ingest, I get a missing model file > > ``` > $ chmod 777 models cache db > $ docker-compose run --rm...