mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Update readme
This commit is contained in:
parent
64d33f5e6e
commit
ad6d920794
2 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ You can track your location with the following apps:
|
|||
- 🌍 [Overland](https://dawarich.app/docs/tutorials/track-your-location#overland)
|
||||
- 🛰️ [OwnTracks](https://dawarich.app/docs/tutorials/track-your-location#owntracks)
|
||||
- 🗺️ [GPSLogger](https://dawarich.app/docs/tutorials/track-your-location#gps-logger)
|
||||
- 📱 [PhoneTrack](https://dawarich.app/docs/tutorials/track-your-location#phonetrack)
|
||||
- 🏡 [Home Assistant](https://dawarich.app/docs/tutorials/track-your-location#homeassistant)
|
||||
|
||||
Simply install one of the supported apps on your device and configure it to send location updates to your Dawarich instance.
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ ENV RAILS_PORT=3000
|
|||
ENV RAILS_ENV=production
|
||||
|
||||
RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
wget \
|
||||
build-essential \
|
||||
git \
|
||||
postgresql-client \
|
||||
|
|
|
|||
Loading…
Reference in a new issue