Franzz fe8a8034ca
All checks were successful
Deploy Spot / deploy (push) Successful in 38s
Use OS default font
2026-05-24 18:53:25 +02:00
2026-05-23 21:07:07 +02:00
2023-11-07 19:41:28 +01:00
2026-05-13 23:28:36 +02:00
2022-02-07 23:14:22 +01:00
2026-05-10 15:30:37 +02:00
2026-05-19 17:49:06 +02:00
2026-05-23 00:12:15 +02:00
2026-05-24 18:53:25 +02:00
2026-05-19 00:38:29 +02:00
2026-05-23 21:16:30 +02:00
2026-05-23 00:22:08 +02:00
2026-05-23 21:07:07 +02:00
2026-05-23 21:07:07 +02:00
2026-05-10 15:45:25 +02: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 install webpack
  4. npm run dev
  5. Update php.ini parameters
  6. Copy timezone data: mariadb-tzinfo-to-sql /usr/share/zoneinfo | mariadb -u root mysql
  7. Copy settings-sample.php to settings.php and populate
  8. Go to #admin and create a new project, feed & maps
  9. 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 148 MiB
Languages
PHP 37.8%
Vue 28.1%
JavaScript 19%
SCSS 12.8%
HTML 2.2%