1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Update Readme.

Previously resolved #1.
This commit is contained in:
Ferdinand Mütsch 2019-10-11 09:09:18 +02:00
parent fb2f9fa10a
commit b7616a7457

View File

@ -59,14 +59,12 @@ It is recommended to use wakapi behind a **reverse proxy**, like [Caddy](https:/
However, if you want to expose your wakapi instance to the public anyway, you need to set `listen = 0.0.0.0` in `config.ini` However, if you want to expose your wakapi instance to the public anyway, you need to set `listen = 0.0.0.0` in `config.ini`
## Todo ## Todo
* Persisted summaries / aggregations (for performance)
* User sign up and log in * User sign up and log in
* Additional endpoints for retrieving statistics data * Additional endpoints for retrieving statistics data
* Enhanced UI * Enhanced UI
* Loading spinner * Loading spinner
* Responsiveness * Responsiveness
* Support for SQLite database * Support for SQLite database
* Dockerize
* Unit tests * Unit tests
## Important Note ## Important Note