Update documentation

This commit is contained in:
xbgmsharp
2024-07-16 21:40:55 +02:00
parent 52dcdb61fd
commit ff69d6ee7a
2 changed files with 2 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ To understand the why and how, you might want to read [Why.md](https://github.co
- Timelapse video your trips, with or without time control. - Timelapse video your trips, with or without time control.
- Add custom notes to your logs. - Add custom notes to your logs.
- Export to CSV, GPX, GeoJSON, KML and download your logs. - Export to CSV, GPX, GeoJSON, KML and download your logs.
- Export your logs as image (PNG) or video (MP4).
- Aggregate your trip statistics: Longest voyage, time spent at anchorages, home ports etc. - Aggregate your trip statistics: Longest voyage, time spent at anchorages, home ports etc.
- See your moorages on a global map, with incoming and outgoing voyages from each trip. - See your moorages on a global map, with incoming and outgoing voyages from each trip.
- Monitor your boat (position, depth, wind, temperature, battery charge status, etc.) remotely. - Monitor your boat (position, depth, wind, temperature, battery charge status, etc.) remotely.

View File

@@ -141,7 +141,7 @@ UPDATE app_settings
WHERE name = 'app.email_server'; WHERE name = 'app.email_server';
``` ```
As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/blob/main/docs/ERD/README.md) about the database and explore your data. As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/blob/main/docs/ERD/README.md) about the database to configure your instance and explore your data.
### Ingest data ### Ingest data