Add logging of JSON requests, CI and Dockerization #2

Merged
dorian merged 16 commits from axum-migration into main 2024-02-23 14:33:23 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bba5134531 - Show all commits

View File

@ -29,5 +29,5 @@ sudo dpkg -i "mirror-server-${VERSION}_amd64.deb"
* [x] Migrate actix to axum for easier maintainability.
* [x] Add mirroring of JSON request.
* [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.