9bde90692901a6e373210ec0482e2701486bde57
Backgruond
This component serves allowed list of keyfob UID hashes from MongoDB and pushes open door commands to door controllers.
Testing endpoints
source .env
curl -f http://doorboy.infra.k-space.ee:5000/allowed -H "KEY: $DOORBOY_SECRET" | md5sum
Deploying
docker build -t 172.20.40.1:5000/doorboy:latest .
docker push 172.20.40.1:5000/doorboy:latest
overnode pull
overnode up
Description
Doorboy proxy exports door access information from MongoDB to door Raspberry Pi controllers
Languages
Python
95.7%
Dockerfile
2.2%
Shell
2.1%