Adam
Adam
Hey, any change to get a PR to try that out? I am going to start a new test cluster soon and could give some feedback too :)
Yep let me try and create a PR if I can find some time in the next couple days.
Hi, I have tried your solution by forcing gunicorn to 19.1, and I still have the same problem but a different error. First error was just like Henkis : the...
Right now no nginx, we acces the registry directly on local network on port 5000. After these errors, the docker pull command just fail and thats it after multiple times...
Would this work with stateless container if everything is in database now and not in memory anymore? As in if I run multiple times the program connecting to the same...
Hi, any updates on that one? :)
Hello, looking forward to use this project, I used your node version before switching to rclone a while back, but not the best regarding stability. I just had a quick...
Hello, quick other question about design and implementation, I am currently running a cluster and mounting the gdrive on each node, and I was thinking could I use the same...
Thanks for the quick answer :)
I am trying to ship the executable without having to install everything, I am trying to statically link the libs but am getting some errors, don't usually work in c++...