-
Notifications
You must be signed in to change notification settings - Fork 109
How to password protect the port? #11
Comments
@awesomelionel there's nothing built into scout_realtime right for password protection right now, but I understand the use case. If this is a common concern, I'll look at implementing. Of course, pull requests are welcome too! |
I'm assuming with both nginx and apache you could proxy pass to localhost:5555, and set up basic authentication from there as a temporary work around. |
+1 to http basic at least |
This is something I'd really like to see, too. |
Extending what @gregf mentioned, here is a working configuration I threw together to support basic auth via nginx reverse proxy.
configuration for nginx proxy (/etc/nginx/sites-available/default):
|
+1 |
I agreed, it can be great to juste have a little password step ! |
+1 |
If this is served on a public ip on port 5555, how do we configure the port that is served, or password protect it with basic auth?
The text was updated successfully, but these errors were encountered: