9dd53b1b24
feat: improve draft of consumer app to write in db
2026-05-09 15:36:31 +02:00
d210a2651c
fix: remove force-recreate from deployment to avoid unwanted restart
2026-05-09 15:35:38 +02:00
d559cb9315
fix: add pulses to db and changes date to timestamp to allow granularity
2026-05-09 15:34:23 +02:00
54f2a29c19
fix: add unique constraint to columns that need it
2026-05-08 17:12:56 +02:00
4ffb1e932d
feat: add device with same deveui as in embedded project, linked to site
2026-05-08 17:12:24 +02:00
32a9eeb10d
feat: add database with dummy data
2026-05-08 17:02:06 +02:00
65804182ab
feat: add targets to clean deployment
2026-05-08 17:01:45 +02:00
1f4f64ea9a
fix: makefile that deployed to the wrong directory
2026-05-08 12:59:10 +02:00
b6d8d904a9
feat: add 2 distinct deploy targets to avoid the other stack restart
2026-05-08 12:41:14 +02:00
bdfe1a5f00
fix: docker compose network config so that containers may communicate
...
MQTT from gateway stack and app must be on the same network
It was implied when they were from the same stack, but when splitting
docker creates two default separated networks
This commit creates a network for MQTT and makes the app join it
Works only if the two stacks are on the same host (which is the case
during development)
2026-05-08 12:38:40 +02:00
416a76e9f0
feat: add a makefile for single line deployment on rpi target
2026-05-08 12:17:38 +02:00
851e8947bc
refacto: reorganize folder tree to split lora gateway stack from app
...
Those stack won't necessarily be on the same host, so they need to be
split
2026-05-08 12:17:03 +02:00
31a1c14831
feat: add basic app that consumes mqtt uplinks from chirpstack
2026-05-07 00:13:17 +02:00
87ffc9cad7
Initial commit with gitignore
2026-05-06 22:20:28 +02:00