From 23b263a50b36b359da488b7a19562ab7089d2086 Mon Sep 17 00:00:00 2001 From: dolphinau Date: Wed, 6 Aug 2025 11:29:14 +0200 Subject: [PATCH] Add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35ae91e --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## Usage + +Use the `justfile` to run commands: + +```bash +just init # Will init the database, and build the app image +just run # Will run the lwn-sub-snoozer to update the database and the RSS file +``` + +## TODO + +- [ ] Nix service with timer +- [ ] Better path managment, with env variable in Dockerfile +- [ ] Clean repo +- [ ] Add volume to the db to store it if it crashes +- [ ] Add tests