Add /undos workflow and peek utilities
This commit is contained in:
parent
6f3c5a6894
commit
6adb5d382b
2 changed files with 665 additions and 84 deletions
|
|
@ -4,3 +4,7 @@
|
|||
|
||||
- `services.readlater-bot.settings` is rendered to TOML without the token; the token must come from `services.readlater-bot.tokenFile` and is combined at runtime in `/run/readlater-bot/config.toml` to keep secrets out of the Nix store.
|
||||
- If you override `services.readlater-bot.user`/`group`, ensure the group exists; otherwise systemd fails at step GROUP. Defaults only auto-create the `readlater-bot` user/group when you keep the defaults.
|
||||
|
||||
## Build Checks
|
||||
|
||||
- Run `cargo check` after changes (patches, features, or other code edits).
|
||||
|
|
|
|||
745
src/main.rs
745
src/main.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue