dw
dw
Please consider adding env var for httpRoot, I am deploying on kubernetes behind ingress/proxy. If there was a ENV var for httpRoot it could be added to the nodeRed deployment...
im using the adminmongo docker image. when I try to backup a database I get the error `Unable to backup database` when I look at the logs I see ```...
trying a simple test with the following run command ``` docker run \ -v /home/seafile \ -p 127.0.0.1:8000:8000 \ -p 127.0.0.1:8082:8082 \ -ti sunx/seafile ``` container will exit with the...