aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAge
* Closes #24. Changed postgres to json directory storageFxQnLr2024-04-10
|
* Closes #21. Api desc are useful now...FxQnLr2024-04-09
|
* Closes #26. Addtional GET request for /startFxQnLr2024-04-08
|
* Closes #25. Apikey not required anymoreFxQnLr2024-04-08
|
* Closes #23. Start request id parameter put in pathFxQnLr2024-04-08
|
* #20. Set offset manually through configFxQnLr2024-03-04
|
* Closes #19. Added OpenApi through `utoipa`FxQnLr2024-03-04
|
* Closes #11. Write log to file. Update depsFxQnLr2024-02-25
|
* Closes #16. Impl auth as extractorFxQnLr2024-02-25
|
* Refactor stuff. Use Postgres TypesFxQnLr2024-02-18
|
* Close #9. Config impl with struct and filesFxQnLr2024-02-12
|
* fix clippyFxQnLr2024-02-11
|
* update to axum 0.7 and cargo updateFxQnLr2023-11-29
|
* changed pingmap tuple to own structFxQnLr2023-10-30
|
* add ip to database and use for ping, remove arc from pingmapFxQnLr2023-10-29
|
* impl dashmapFxQnLr2023-10-29
|
* does what is expected, but badlyFxQnLr2023-10-29
|
* runs, no error handlingfx2023-10-25
|
* Seems to workFxQnLr2023-10-24
|
* first ping impl baseline, doesnt workfx2023-10-24
|
* add migrate macrofx2023-10-21
|
* add init function for db tablesfx2023-10-21
|
* test this fing shit on pi wohoofx2023-10-14
|
* stufffx2023-10-13
|
* db int for apifx2023-10-09
|
* added db for devicesfx2023-10-09
|
* added wol func and bad authfx2023-10-09
|
* base web serverfx2023-10-08