Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 789 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 789 Bytes

Open Source Lifelogging

Backend server for the open-lifelogging android app and webclient

Deployment

  • 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)

Features

  • Wifi logging
  • Location logging
  • Arbitrary json logging
  • Registration/Login
  • LastFm connection
  • Filter by date range
  • Logout
  • Owncloud connection
  • log server events

Known Issues

  • Tests not running

Copyright

Based on Akka Slick REST service template: Copyright (C) 2015 Arthur Kushka.

Copyright (C) 2018 Philipp Piwowarsky.

Distributed under the MIT License.