gw0

Results 71 comments of gw0

> maybe this can solved by reading the `uid:gid` from the directorys using `$(stat -c '%u' /path/to/folder):$(stat -c '%g' /path/to/folder)` in the `entrypoint.sh` Yes, exactly. Please clone the repository, make...

For connecting to Dovecot, the provided example Docker command and [`docker-compose.example.yaml`](https://github.com/gw0/docker-dovecot-getmail/blob/master/docker-compose.example.yml#L14-L16) expose the following default ports `-p 143 -p 993 -p 4190` (imap, imaps, managesieve). So, your email client should...

First try basic connectivity (`nc` or `telnet`) and then with another email client.

One direction to achieve a workaround is with USB over IP for which a few commercial solutions exist. Nevertheless, the Docker VM that is based on Alpine Linux does not...

@WolfgangFahl Don't be so upset, the Docker Inc. has shown numerous times, that they do not care about the problems and use cases of small users. They even reject pretty...

There is a pull request that probably needs to be checked for this.

Just a suggestion to help you figure out any non-resolving fields: enable it in your project and use the power of Django Admin Documentation to figure out what went wrong.

I noticed that Flux v2 supports defining `postRenderers` and their configuration directly in the `HelmRelease` CRD (equivalent to `Application`). If I understand correctly, `kustomization.yaml`, overlays, and all referenced files need...