mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
5 lines
620 B
Text
5 lines
620 B
Text
The /public/imporst/watched/ directory is watched by Dawarich. Any files you put in this directory will be imported into the database. The name of the file must start with an email of the user you want to import the file for. The email must be followed by an underscore symbol (_) and the name of the file.
|
|
|
|
For example, if you want to import a file for the user with the email address "email@dawarich.app", you would name the file "email@dawarich.app_2024-05-01_2024-05-31.gpx". The file will be imported into the database and the user will receive a notification in the app.
|
|
|
|
Both GeoJSON and GPX files are supported.
|