add owntracks + dawarich

This commit is contained in:
JMARyA 2024-10-23 08:26:40 +02:00
parent 4a2da573a2
commit c71c2d4da2
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 22 additions and 0 deletions

View file

@ -130,6 +130,7 @@ rev: 2024-07-14
- [Google Maps](./mobile/Google%20Maps.md)
- [Google Calendar](./office/Google%20Calendar.md)
- [Google Contacts](./office/Google%20Contacts.md)
- [OwnTracks](./mobile/OwnTracks.md)
# Web
- [Authelia](./web/Authelia.md)
@ -163,6 +164,7 @@ rev: 2024-07-14
- [traefik](./web/traefik.md)
- [Caddy](./web/Caddy.md)
- [zigbee2MQTT](./web/zigbee2mqtt.md)
- [dawarich](./web/dawarich.md)
# CLI
## Terminal

View file

@ -0,0 +1,11 @@
---
obj: application
website: https://owntracks.org
repo: https://github.com/owntracks/android
---
# OwnTracks
OwnTracks allows you to keep track of your own location.
You can build your private location diary or share it with your family and friends.
OwnTracks is open-source and uses open protocols for communication so you can be sure your data stays secure and private.
It can either publish your location using [MQTT](../../internet/MQTT.md) or over [HTTP](../../internet/HTTP.md) with something like [dawarich](../web/dawarich.md).

View file

@ -0,0 +1,9 @@
---
obj: application
website: https://dawarich.app
repo: https://github.com/Freika/dawarich
---
# dawarich
Dawarich is a platform that allows you to track your location history and view maps with visualizations of your data.
You can set up your own location tracking system by combining it with Overland or [OwnTracks](../mobile/OwnTracks.md).