pglombardo / PasswordPusher

🔐 Securely share sensitive information with automatic expiration & deletion after a set number of views or duration. Track who, what and when with full audit logs.
https://docs.pwpush.com
Apache License 2.0
1.94k stars 341 forks source link

Rate Limit Exceeded #2157

Closed riahc3 closed 3 months ago

riahc3 commented 3 months ago

🐛 Bug Report

I open the page and while the PasswordPusher favicon appears, I get a Rate Limit Exceeded

🔬 How To Reproduce

Im using a PasswordPusher instance using Docker connecting to a MariaDB

Environment

Where are you running/using Password Pusher?

Screenshots

image

📈 Expected behavior

The regular Password Pusher page to show up

pglombardo commented 3 months ago

Your configured health checks might be too aggressive. You can configure the throttling (rate limiting) in your settings.yml: https://github.com/pglombardo/PasswordPusher/blob/master/Configuration.md#throttling

riahc3 commented 3 months ago

Your configured health checks might be too aggressive. You can configure the throttling (rate limiting) in your settings.yml: https://github.com/pglombardo/PasswordPusher/blob/master/Configuration.md#throttling

I believe I left them by default.

image

I dont have any issues uppering the limits.

I could set it to 2147483648 correct?

riahc3 commented 3 months ago

Or, if I comment it out; Is it unlimited?

riahc3 commented 3 months ago

Closed; Removing the limits works