Backend server for the open-lifelogging android app and webclient
docker build -t open-lifelogging .
docker run --name open-lifelogging -p 9001:9001 -it -d open-lifelogging
- adjust Environment: PSQL_URL; PSQL_USER; PSQL_PASSWORD (full list in src/main/resources/application.conf)
- Wifi logging
- Location logging
- Arbitrary json logging
- Registration/Login
- LastFm connection
- Filter by date range
- Logout
- Owncloud connection
- log server events
- Tests not running
Based on Akka Slick REST service template: Copyright (C) 2015 Arthur Kushka.
Copyright (C) 2018 Philipp Piwowarsky.
Distributed under the MIT License.