2024-09-19 16:30:01 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.1.4",
"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.1.4/traefik_v3.1.4_windows_amd64.zip",
"hash": "88c2c55f006342d31ad615ef49e35e3584f443b82b349685ca3f8d66a921737d"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.1.4/traefik_v3.1.4_windows_386.zip",
"hash": "a13abd2b81cae89ce81f83e3542ad0f506fa54ba2b91e6bb9f815da3904efd5f"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.1.4/traefik_v3.1.4_windows_arm64.zip",
"hash": "a781d9db946acd8860c0e5a80825e49cd3b31dd2db8d54a267a7879900677fd5"
}
},
"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"
}
}
}