OVMS Admin is a full-stack project for managing OVMS vehicle telemetry and related services.
The Laravel application exposes the web interface and backend services.
The Python service collects MQTT telemetry data and stores trip information.
The Mosquitto broker is configured for MQTT messaging between the services.
docker compose up -d
cd python/trips-recorder/src
pytest -q tests
cd laravel
php artisan test
docker compose -f docker-compose.yml -f docker-compose.test.yml up -d redis-test
export REDIS_HOST=127.0.0.1
export REDIS_PORT=6380
cd python/trips-recorder/src && pytest -q tests
cd ../../laravel && php artisan test
The repository uses GitHub Actions workflows organized by purpose:
Content type
Image
Digest
sha256:19e7c2fdc…
Size
196.4 MB
Last updated
about 4 hours ago
docker pull serotonie/ovms-admin_queue-worker