Replies: 4 comments 11 replies
-
You could do this via htpasswd. However, it would not perform auth on the WebScoket server. That's something I do plan to add, though. Do you have a thought on this? it would be nice to add native support for basic auth to goaccess. i.e., external support to a DB, etc... |
Beta Was this translation helpful? Give feedback.
-
I'm not too familiar with how websockets work, but would also like to restrict access to a public instance of GoAccess. I already have that running on https with |
Beta Was this translation helpful? Give feedback.
-
Added WebSocket authentication options --ws-auth and --ws-auth-expire. --ws-auth=<jwt[:secret]>: Enables JWT-based authentication for WebSocket --ws-auth-expire=: Sets the JWT expiration time, defaulting to 3600 These options strengthen real-time HTML output security by ensuring only Give it a shot, you can build from github. You can expect this feature in the upcoming release. Thanks! |
Beta Was this translation helpful? Give feedback.
-
For the record, added more flexibility to this: Added dynamic JWT fetching and refreshing for WebSocket authentication.
The expanded The system maintains secure connections by:
This implementation ensures seamless real-time reporting while maintaining |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add basic auth to the html output?
So that the visitor has to enter username and password?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions