https://github.com/pschmitt/docker-flicd
Docker container for the Flic Button daemon from https://github.com/50ButtonsEach/fliclib-linux-hci
https://github.com/pschmitt/docker-flicd
docker flic iot
Last synced: 5 months ago
JSON representation
Docker container for the Flic Button daemon from https://github.com/50ButtonsEach/fliclib-linux-hci
- Host: GitHub
- URL: https://github.com/pschmitt/docker-flicd
- Owner: pschmitt
- Created: 2017-01-21T16:47:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T17:08:19.000Z (over 9 years ago)
- Last Synced: 2025-05-12T23:33:12.207Z (about 1 year ago)
- Topics: docker, flic, iot
- Homepage: https://hub.docker.com/r/pschmitt/flicd/
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker container for flicd
## Usage
```
docker run -it --rm --cap-add NET_ADMIN --net=host -v $PWD/config:/config pschmitt/flicd
```
## Notes
This docker file exposes port 5551 by default.
If you have more than one bluetooth adapter append `-h hciX` where `X` is the id
of the bluetooth adapter (obtainable via `hcitool dev`).
Bear in mind that bluez should be turned off for this to work correctly.
## Systemd service file
confer [flicd.service](flicd.service)
## Upstream
https://github.com/50ButtonsEach/fliclib-linux-hci