AutoKuma icon indicating copy to clipboard operation
AutoKuma copied to clipboard

Accepted status code in snippet

Open kinouzero opened this issue 5 months ago • 0 comments

Hi,

I use this snippet with accepted_statuscode but it doesn't work, do I miss something ? I tried with http.status_codes too but it doesn't work neither I have nothing in the log

AUTOKUMA__SNIPPETS__WEB401: |-
        proxy.group.name: Proxy
        {{container_name}}_http.http.active: true
        {{container_name}}_http.http.name: {{container_name}}
        {{container_name}}_http.http.parent_name: proxy
        {{container_name}}_http.http.accepted_statuscodes: ["401"]
        {{container_name}}_http.http.url: https://{{ args[0] }}.${DOMAIN}

Can you help?

kinouzero avatar Jul 02 '25 19:07 kinouzero