No description
Find a file
2019-08-24 12:56:02 +02:00
android Disable preference inputs while sharing 2019-08-24 12:56:02 +02:00
backend Add code for initial version 2019-08-23 22:58:49 +02:00
.gitattributes Initial commit 2019-08-23 09:39:20 +02:00
CODE_OF_CONDUCT.md Add README and Code of Conduct 2019-08-23 23:08:03 +02:00
LICENSE Initial commit 2019-08-23 09:39:20 +02:00
README.md Add README and Code of Conduct 2019-08-23 23:08:03 +02:00

Hauk

Hauk

Hauk is a fully open source, self-hosted location sharing service. Install the backend code on a PHP-compatible web server, install the companion app on your phone, and you're good to go!

Installation instructions

  1. On your server, install Memcached, PHP and a web server.
  2. Copy everything in the "backend" folder in this repository to somewhere in your web root.
  3. Modify config.php to your liking.
  4. Start Memcached and the web server.
  5. Install the companion Android app on your phone.