We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Hello, I'm trying to use the whitelist filter that is mentioned here, but from Docker:
-wl ADDRESS [ADDRESS ...], --whitelist ADDRESS [ADDRESS ...] Addresses of Bluetooth devices to allow, all other devices are ignored
Looks like that parameter is not included in the start.sh script that creates the conf file when the container starts. https://github.com/theengs/gateway-docker/blob/main/chroot/opt/venv/start.sh
start.sh
Describe the solution you'd like A posibility to use WHITELIST environment variable with Docker.
WHITELIST
The text was updated successfully, but these errors were encountered:
I implemented it here in PR:
theengs/gateway-docker#18
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Hello, I'm trying to use the whitelist filter that is mentioned here, but from Docker:
Looks like that parameter is not included in the
start.sh
script that creates the conf file when the container starts.https://github.com/theengs/gateway-docker/blob/main/chroot/opt/venv/start.sh
Describe the solution you'd like
A posibility to use
WHITELIST
environment variable with Docker.The text was updated successfully, but these errors were encountered: