Initial FJR webpage

This commit is contained in:
marijo 2026-06-10 11:21:02 +02:00
commit 1ac87c3788
8 changed files with 359 additions and 0 deletions

12
config.php Normal file
View file

@ -0,0 +1,12 @@
<?php
return [
'bike_name' => 'Yamaha FJR',
'production_year' => '2018',
'registration_number' => 'DW83395',
'purchase_date' => '2024-03-02',
'purchase_km' => 48250,
'topic_prefix' => 'fjr',
'mqtt_host' => '192.168.0.203',
'mqtt_port' => 1883,
'data_dir' => __DIR__ . '/data',
];