Bohdan Ivashko
Bohdan Ivashko
v0.8.23 introduced [this commit](https://github.com/Arriven/db1000n/commit/8596be29fea9e8f63d0bdbeef236bf62e6b8c776) which increases OS limit on connections open by a program to its maximum. This boosts performance quite significantly on some systems but it may be that...
config encryption was implemented intentionally in order to utilize surprise element better. considering your feedback I'm working on changing it so that only specific jobs could be encrypted (hopefully reducing...
@bitshape @neatdecisions I've changed the config to have only some parts of it encrypted, v0.7.9 can already work with that @bitshape config signing can also be implemented if you want
that depends on your usage but the most common way would depend on whether terraform definitions use latest image or pin it to some specific version if it uses latest...
so Vultr deployment script already does restart the container regularly and pulls latest image. digital ocean example uses their app platform and I can't seem to find any autoupdate features...
@Amet13 if I recall correctly you are the author of DO terraform, are you aware of any better way to update the app there?
for vultr something like `ssh root@ip docker container ls` should give you info about the container which should include image version. If it doesn't have that info you can also...
yeah, I've been looking into it. it would require either adding python or javascript interpreter to be able to properly run checks, I have some ideas but need some more...
@bmirnoff what would probably be most important (especially in terms of using otto) and what I didn't have a chance to check yet is whether the anti-bot check requires an...
Could you try it in powershell? I'm not an expert in windows commandline syntax so in case PowerShell doesn't work we'd need someone who's experienced in it to have a...