Celi28
Celi28
Hello, Your outline.env file contain : ```REDIS_URL=redis://localhost:6379``` which should be modified to ```REDIS_URL=redis://outline_redis:6379``` in order to point to your redis container. By default, outline redis container expose 6379 port.
Looks like your `BTCPAY_SSHKEYFILE` is locked by another concurrent process. Try to find which one by running `lsof /datadir/host_id_rsa` and kill it. If file is opened by docker process, you...
Can you share your docker-compose file? A poor man solution would be to remove BTCPAY_SSH feature and see if it solve the problem. After upgrade, try to re-set it if...
Hello, Still, no plan to move this feature to the OpenSource version? Almost all business companies can't deploy this project due to this blocking point...
Hello, Just got the same error while deploying 0.4.1 with helm chart on last revision. Rev 0.4.0 works fine as well. Client Version: v1.32.3 Kustomize Version: v5.5.0 Server Version: v1.31.7+rke2r1...
Hello ! I help myself as I have the same issue. We are using an internal CA for our internal services. ``` LAST SEEN TYPE REASON OBJECT MESSAGE 14m (x9...
On way to implement that would be to edit the csi-attacher-s3 helm template value to allow custom volume mountpoint. That way, it would be possible to mount an external CA...