2024-02-27 20:09:58 +01:00
2024-02-10 23:12:57 +01:00
2023-11-07 19:41:28 +01:00
2024-02-17 00:17:20 +01:00
2022-02-07 23:14:22 +01:00
2023-08-05 22:10:32 +02:00
2023-12-16 09:18:28 +01:00
2024-02-27 20:09:58 +01:00
2024-02-26 22:44:19 +01:00
2023-11-11 17:23:33 +01:00
2023-11-19 18:25:52 +01:00
2023-11-19 18:25:52 +01:00
2024-02-26 22:44:37 +01:00
2024-02-10 23:12:57 +01:00
2024-02-17 00:17:20 +01:00

Spot Project

Spot & GPX integration

Dependencies

  • npm 18+
  • composer
  • php-mbstring
  • php-imagick
  • php-gd
  • php-mysql
  • php-exif
  • ffprobe & ffmpeg
  • STARTTLS Email Server (use Gmail if none available)
  • Optional: Geo Caching Server (WMTS Caching Service)

PHP Configuration

  • max_execution_time = 300
  • memory_limit = 500M
  • post_max_size = 4G
  • upload_max_filesize = 4G
  • max_file_uploads = 50

Getting started

  1. Clone Git onto web server
  2. composer install
  3. npm run dev
  4. Update php.ini parameters
  5. Copy timezone data: mariadb_tzinfo_to_sql /usr/share/zoneinfo | mariadb -u root mysql
  6. Copy settings-sample.php to settings.php and populate
  7. Go to #admin and create a new project, feed & maps
  8. Add a GPX file named <project_codename>.gpx to /geo/

To Do List

  • Add mail frequency slider
  • Use WMTS servers directly when not using Geo Caching Server
  • Allow HEIF picture format
  • Fix .MOV playback on windows firefox
  • Garmin InReach Integration
Description
No description provided
Readme 132 MiB
Languages
SCSS 59.8%
JavaScript 22%
PHP 10.8%
HTML 7.4%