Update the readme with changes.

This commit is contained in:
Dorian 2024-02-08 14:57:57 -05:00
parent f17c98703f
commit bba5134531
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ sudo dpkg -i "mirror-server-${VERSION}_amd64.deb"
* [x] Migrate actix to axum for easier maintainability. * [x] Migrate actix to axum for easier maintainability.
* [x] Add mirroring of JSON request. * [x] Add mirroring of JSON request.
* [x] Add logging to server. * [x] Add logging to server.
* [ ] Add convenience path to access logging for a certain date / records. * [x] ~~Add convenience path to access logging for a certain date / records.~~
* [ ] Dockerize mirror-server for easier distribution. * [ ] Dockerize mirror-server for easier distribution.