-
Notifications
You must be signed in to change notification settings - Fork 135
Basic Authentication for the web server #421
New issue
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
base: master-v4.3
Are you sure you want to change the base?
Conversation
I'm going to review this soon. Thank you! |
I know it's been a little while. Thank you for your patience. |
I'm gonna look at the bluetooth PIN situation next. I really need it for my set up... |
Still haven't had a chance to do a proper review with competing life priorities. Pin code is problematic because it will likely break most people's configuration. Instead of a pin code, it would be best to instead do something similar to what homeassistant does for pairing ZigBee or zwave devices, which is a "pair" button in the UI (or a hardware button key, like gpio0 that could be bound to that function via the existing JSON configuration for buttons and rotary). Pairing mode would activate for a limited time and associated devices hardware address stored in nvm. This is also how some devices like headsets, Bluetooth speakers, etc. Work |
@sle118 I'm guessing this project has become EOL? |
It has not, except that I would much prefer to concentrate our efforts in the new branch, now that I have managed to push it. Both Philippe and myself have had to take some distance from the project in the past year or so, but I am certainly willing to dive back into it if there is help from people like you. |
Adds HTTP Basic Authentication to the web server in squeezelite-esp32.
By default, disabled.
Set a value in NVS under the
http_password
key and this will then be needed to access the HTTP server.Responds to #239.