aw-server-rust icon indicating copy to clipboard operation
aw-server-rust copied to clipboard

High-performance implementation of the ActivityWatch server, written in Rust

Results 62 aw-server-rust issues
Sort by recently updated
recently updated
newest added

So that not any app (or even extension) can access all of AW's data. Web-UI would also need to authenticate with a password (login could be saved via cookie, though)....

With https://github.com/phiresky/sqlite-zstd we could select columns (e.g. events.data) that will get compressed on the fly. I think it would make sense to add this (perhaps as opt-in), what do you...