Skip to content

thepiwo/open-lifelogging

Repository files navigation

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.

About

Backend server for the open-lifelogging android app and webclient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published