Henning Häcker

Results 21 comments of Henning Häcker

Consider using a volume: https://docs.docker.com/storage/volumes/

> > > Just created one, because i needed it ;) https://hub.docker.com/r/nijo89/keepass4web/ Could you provide the used repository or at least the Dockerfile please?

It would be nice to have a Dockerfile which builds the project from source and runs out of the box e.g. without an additional LDAP service.

I had a similar use case: I needed to proxy containers which are only connected to an internal network (to deny egress traffic), therefore they cannot expose ports and require...

fixed by https://github.com/SusmithKrishnan/torghost/commit/3d9c51703a331c098cc689ebc6a0c0681a04b02b

@SusmithKrishnan this issue can be closed

/remove-lifecycle stale

Is there any progress on this? I would really love to see such a feature

This is apparently not implemented in Pydrive. The official google drive api also has no example how to create revisions, however I will try to figure this out in the...

I figured it out with the official google drive api: You merely have to use the file update function: https://developers.google.com/drive/api/v3/reference/files/update A new revision is created automatically for you which can...