2026-02-23 20:35:26 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.6.9",
"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.9/traefik_v3.6.9_windows_amd64.zip",
"hash": "a8059535fff89d627b4e51680025448692be783882bd9a8e9608210447447f18"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.9/traefik_v3.6.9_windows_386.zip",
"hash": "1d09990b7960c21aff1278a2069727943755406ab453de609b05286b52e82042"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.9/traefik_v3.6.9_windows_arm64.zip",
"hash": "75bb7e8a0fd52a2fbbe2616807fc46d7c4a32e93b2a1e5bf49acabac4f365a0c"
}
},
"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"
}
}
}