Files
Pagerino_Portainer/Chirpstack_v4/Makefile
2025-09-11 22:26:30 +02:00

6 lines
303 B
Makefile

import-lorawan-devices:
docker-compose run --rm --entrypoint sh --user root chirpstack -c '\
apk add --no-cache git && \
git clone https://github.com/brocaar/lorawan-devices /tmp/lorawan-devices && \
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /tmp/lorawan-devices'