Martin Braun
Martin Braun
Having this in the next release of moby/moby would be really helpful and to me this looks simple enough to be merged.
For anyone running into this issue that has their own registry, you can use this script to build the image: ``` #!/bin/bash VERSION="1.6.0" RELEASE="https://github.com/pinterest/snappass/archive/refs/tags/v$VERSION.tar.gz" DOCKER_REPOSITORY="/snappass" DOCKER_TAG="$VERSION" set -e -u -x...
During upgrade I simply changed the volumes that mounted to the original paths to map to the new paths in `/etc/passbolt/gpg` and `/usr/share/php/passbolt/webroot/img/public`
Hey, we are getting these errors seemingly randomly.
If it helps, this is the nginx location config we use on the host: ``` location / { proxy_pass https://localhost:8444/; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $host; proxy_set_header...
@garrettboone The error messages are from the internal Apache failing. @dlen I executed this already and it is clean.
@garrettboone about the internal nginx: understood The trailing slash should not be the cause of this issue, though, right? I can try to change it though. We are running this...
If it helps, we use our playbooks at: https://github.com/neuroforgede/passbolt_ansible/blob/master/roles/passbolt/tasks/main.yml We have ~300-400 passwords saved and 5 users on this instance. (I am estimating here, I have 240 passwords visible on...
No, noone is connecting by VPN. The database is on the same host. This occurs sporadically. The cpu usage looks fine though. I will try the fastcgi_read_timeout though.
With the recent changes in the browser plugin it looks like our usability issues have subsided. Tbh, I haven't looked at the logs of the API server in a while,...