Gauthier
Gauthier
i don't use fail2ban, but this is probably not the best way to configure it. Komga runs with Spring Boot, which uses Apache Tomcat, which can be configured to generate...
@J-Sek on the latest 3.9.4 it seems there is still some discrepancies between the code and the doc. For custom rules, the documentation mentions: ``` export default createRulesPlugin({ rules: {...
> How i can compile jdbc-sqlite with new native (own-compiled from source code) sqlite.dll ? I try do this, but get errors, from `mvn package` command, errors related to unfound...
you can check here https://github.com/xerial/sqlite-jdbc/blob/master/.github/workflows/ci.yml#L157-L181 how we build against an external amalgamation
i cannot reproduce this, could that be from your own setup somehow ?
Suggest that you troubleshoot what steps are done during `make` and see what on your system could produce this behaviour.
> Can you confirm that you can run make without any problems on a Linux platform, since this problem is related to the Linux platform? the whole CI runs on...
> Well then what is the user that is used by the CI? Wouldn't that be root? AFAIK GHA doesn't run as root.
My understanding was that synchronized blocks were not a problem anymore, though it was during the preview phase. > Another question I have is: We obviously rely on JNI to...
> I wonder, though... how many threads would you expect to have calling into the same sqlite database? for read, as many as you want. For write, if you don't...