Hi Jesse, On Fri, Nov 29 2024, Jesse Millwood wrote:
> "traefik.http.routers.whoami.rule=Host\(\\\"whoami.geekslab\\\")" It's a bit of a long short, but I might try: > "traefik.http.routers.whoami.rule=Host(\"whoami.geekslab\")" I dropped the escape from the opening parenthesis \( which which worked on Geiser but seemed not needed. Perhaps more significantly, I also the dropped escape character \\ before each of the escaped quotes because I'm not sure the Shepherd offers shell expansion. Kind regards Felix