add owntracks + dawarich
This commit is contained in:
parent
4a2da573a2
commit
c71c2d4da2
3 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
11
technology/applications/mobile/OwnTracks.md
Normal file
11
technology/applications/mobile/OwnTracks.md
Normal 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).
|
9
technology/applications/web/dawarich.md
Normal file
9
technology/applications/web/dawarich.md
Normal 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).
|
Loading…
Reference in a new issue