2025-11-18 16:30:39 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.6.2",
"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.2/traefik_v3.6.2_windows_amd64.zip",
"hash": "77a0a7a2ac98493de2260f871e67c0e65840e9c995797ed04ea69aec7d41e0de"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.2/traefik_v3.6.2_windows_386.zip",
"hash": "482a2235bfe9b5520f022e96e3714670cdb3d53eced9f60cc39d91cec2674efb"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.2/traefik_v3.6.2_windows_arm64.zip",
"hash": "8c6d8eaf468dbd9c6f808ff9fa5a1ea6ef0ddf25b1ecced511f91f61ef69f215"
}
},
"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"
}
}
}