Hi. All the examples i can find (both in your documentation and by searching github for other people docker compose files) show allowGET (and other allow... paremeters) formated like this:
allowGET=/v1\..{1,2}/(version|containers/.*|events.*)
but while this works for Traefik, this regexp doesnt work for many of the services: just to mention WUD, Uptime Kuma, Homepage.
for those ones
allowGET=/(version|containers/.*|events.*)
seems to be working fine. It would be nice to have the documentation updated with a regexp for those services to save other people troubleshooting
Hi. All the examples i can find (both in your documentation and by searching github for other people docker compose files) show allowGET (and other allow... paremeters) formated like this:
allowGET=/v1\..{1,2}/(version|containers/.*|events.*)but while this works for Traefik, this regexp doesnt work for many of the services: just to mention WUD, Uptime Kuma, Homepage.
for those ones
allowGET=/(version|containers/.*|events.*)seems to be working fine. It would be nice to have the documentation updated with a regexp for those services to save other people troubleshooting