Sen descrición

Lukas Cerny 7a953fe5ed Implemented legacy endpoint with nearest location finding of mobile unit, added API for updating locations for static units hai 1 ano
doc 5a4e79ab93 Implemented Alerting system hai 1 ano
gradle 41111ae9a3 init %!s(int64=2) %!d(string=hai) anos
src 7a953fe5ed Implemented legacy endpoint with nearest location finding of mobile unit, added API for updating locations for static units hai 1 ano
testing 54d59bc446 Created platform for testing database hai 1 ano
.gitignore 0773671e1c Edited gitignore hai 1 ano
Dockerfile d405f12040 Added keystore for production release hai 1 ano
README.md c117af8429 Added OAuth2 authorization by JWT Bearer token hai 1 ano
build.gradle 7a953fe5ed Implemented legacy endpoint with nearest location finding of mobile unit, added API for updating locations for static units hai 1 ano
docker-compose.yaml 7a953fe5ed Implemented legacy endpoint with nearest location finding of mobile unit, added API for updating locations for static units hai 1 ano
docker.dev.env ab4cf8cdda Added legacy endpoint for inserting observations as static units. hai 1 ano
gradle.properties 41111ae9a3 init %!s(int64=2) %!d(string=hai) anos
gradlew 2b458953c9 WebAPI implemented %!s(int64=2) %!d(string=hai) anos
gradlew.bat a68a2c79a9 Fixed bugs hai 1 ano
init.sql 7a953fe5ed Implemented legacy endpoint with nearest location finding of mobile unit, added API for updating locations for static units hai 1 ano
keystore.jceks c117af8429 Added OAuth2 authorization by JWT Bearer token hai 1 ano
local.dev.env c117af8429 Added OAuth2 authorization by JWT Bearer token hai 1 ano
settings.gradle 41111ae9a3 init %!s(int64=2) %!d(string=hai) anos

README.md

docker compose build telemetry-prod

docker save senslog/telemetry > senslog_telemetry.tar

docker run --name senslog_telemetry

--env-file ./production.env \
--volume /home/lcerny/logs:/volume/logs \  
--expose 8081:8080 \
--expose8083:9999/tcp \
--detach senslog/telemetry

docker run --name senslog_telemetry --env-file ./production.env -v /home/lcerny/logs:/volume/logs -p 8081:8080 -p 8083:9999/tcp -d senslog/telemetry

docker compose up --no-deps --build telemetry-dev

keytool -importcert -alias RS256 -file -keystore -storepass -noprompt