Too many failed authorizations recently

That’s a very old version. Please upgrade to the latest, v2.6.4.

I recommend using reverse_proxy {$DashboardEndpoint} instead which would make certain aspects of the proxy work better since the value won’t need to be replaced at runtime every time it’s read.

You don’t need both of these. Just do handle_path /dashboard* which covers both cases.

I recommend wrapping this in a handle (with no matcher) so it’s properly mutually exclusive from the other routes.

Both of these can be one-liners:

  @trailing_slash path_regexp no_slash (.+)\/$
  @domain header_regexp domain host ^www\.(.+)$

Make sure you persist the /data volume.

1 Like