2022-12-07 16:42:29 +00:00

42 lines
1.7 KiB
JSON

{
"version": "2.9.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/v2.9.6/traefik_v2.9.6_windows_amd64.zip",
"hash": "869d1e57193abfb8e214e8ccbf8296c865e3819db40227391657154d60967a39"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.9.6/traefik_v2.9.6_windows_386.zip",
"hash": "639f88a9978083e069fa183f1af891893df2c1f175b0eb4366e8ec384b3db9b7"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v2.9.6/traefik_v2.9.6_windows_arm64.zip",
"hash": "26040d78f43b19d136b60106df34616480e72eaa04440c3123a567ab61a27d80"
}
},
"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"
}
}
}