Rewrite of Kotatsu Synchronization Server in Rust.
- Can work with MySQL database from original server. See Installing.
- Uses Blake3 for hashing passwords
- Configurable via config file
get /manga
: maxlimit
is 1000
- To run on low hardware
- To run as single-binary (turns out, that's currently problematic, because of linking error during cross-compilation)
- To not use database server (SQLite is used instead by default)
See Installing.