2025-12-30 12:31:48 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.6.6",
"description": "HTTP reverse proxy and load balancer",
"homepage": "https://traefik.io/",
"license": "MIT",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"architecture": {
"64bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.6/traefik_v3.6.6_windows_amd64.zip",
"hash": "b5b40de0b22fe92fc5cb8a9c7d049fa4e93a381984c06adbea2d9c1538ae88e9"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.6/traefik_v3.6.6_windows_386.zip",
"hash": "23ddc06762f27dabfb1ff46b6ad5cbcc9fdd3585e3b67dc34c3a828fabd51f59"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.6/traefik_v3.6.6_windows_arm64.zip",
"hash": "8b0babce23817c10d6c50772132491a25a504b5380a8eac5dc7c5ebec1e67d4c"
}
},
"bin": "traefik.exe",
"checkver": {
"github": "https://github.com/traefik/traefik"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/traefik_v$version_checksums.txt"
}
}
}