Bleala
Bleala
Hello! Thanks for your hint, I'll check, if there is a problem. Greetings
I checked it again, after about a minute the container state is healthy, I think it's because the healthchecks of the container can't find a `supercronic` process during the first...
Hello @threshold68 I did this to drop the root privileges from the container completely, is it possible, that you use docker volumes instead? With them you don't have the file...
Hi @threshold68 Could you try setting the `user` in the docker-compose.yaml? Like this: ``` services: app: image: bleala/vdirsyncer:latest container_name: vdirsyncer restart: unless-stopped user: "your_UID:your_GID" ``` Set it to the UID/GID...
Hi @szonov this has been fixed in [release 2.5.7](https://github.com/Bleala/Vdirsyncer-DOCKERIZED/releases/tag/2.5.7). Greetings
@ebakoba Hey! Could you please paste you LDAP config? I tried to setup wg-portal with LDAP, but I can't get it working, always getting an error Error: WARN[0017] failed to...
hey @ebakoba ! Thanks for your fast response! I'm also using Authentik. This was my config: ``` ldap: - id: ldap1 url: ldaps://authentik.example.com:636 cert_validation: false #tls_certificate_path: #tls_key_path: base_dn: dc=ldap,dc=example,dc=com bind_user:...
I've got the same issue, but in my case the error message says `ACI` instead of `PNI` ``` Error with prekeys: error generating and registering ACI prekeys: failed to generate...