-
Notifications
You must be signed in to change notification settings - Fork 2k
How to password protect output API? #1186
Comments
Bind to localhost Note that the option is currently only available in unstable. |
Right - I suppose that will work. Any plans for adding simply a password option in? |
If the API ever majors to the point that it actually allows control of the bot i'd say its pretty mandatory but for now no, at least not by me. |
Or just limit access to your IP (range) with firewall. But yeah, I agree that simple password protection would be nice. |
I feel like this would be out of scope for zenbot, but a nice feature. nginx w/ whatever method of auth should always be the answer for securing things. |
How to use with reverse proxy in Nginx: server { # Zenbot reverse-proxy
} |
@JulesBern That and then running the bot through Termux are a good enough way to set stuff up fairly securely |
Hi - I have Zenbot4 running on a public cloud instance.
How can I password protect the HTML interface/dashboard (or output API as it is known)
The text was updated successfully, but these errors were encountered: