kservices / gBridge

gBridge.io allows you to control (almost) anything with Google Assistant, by translating voice commands to MQTT messages.
https://about.gbridge.io
MIT License
173 stars 46 forks source link

Allow disabling registration #29

Closed Darksecond closed 5 years ago

Darksecond commented 5 years ago

It would be nice to have a environment variable (or otherwise) to completely disable registrations. Right now the page is hidden, but still accessible.

Instance Type (hosted/ docker/ other): docker Steps to reproduce issue:

Expected behaviour: see a 404 page Actual behaviour: you can register a new account

peterkappelt commented 5 years ago

Hi,

it is possible by setting the environment variable DISABLE_REGISTRATION to true in your docker compose file.

The current docker images are currently building and will be available in a couple of minutes.

One more point: Please consider using our community forum (https://community.gbridge.io) for feature requests the next time.

Darksecond commented 5 years ago

thanks!