2023-02-14 16:30:18 +00:00

42 lines
1.7 KiB
JSON

{
"version": "2.9.7",
"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.7/traefik_v2.9.7_windows_amd64.zip",
"hash": "2a405e676a47d376a08e29a08736dba6910f6462e3afffc45d83265765e490ab"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.9.7/traefik_v2.9.7_windows_386.zip",
"hash": "c8be0dd887e2b9f883e3d5f354570bee0bfc734cea3825c5ad2b1df7c138dfbd"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v2.9.7/traefik_v2.9.7_windows_arm64.zip",
"hash": "99f5814d7b181d4a56e3b76b4b72397d689cccb64a7017dd0231dd0643c5939b"
}
},
"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"
}
}
}