2024-12-10 16:31:16 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.2.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.2.2/traefik_v3.2.2_windows_amd64.zip",
"hash": "483e9b67fef4eb9b830d53ecc65d6a94e4535dba0d585e860404ecb1b83c1d76"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.2.2/traefik_v3.2.2_windows_386.zip",
"hash": "150b992548e40d47c44f0293ae75d7a23232496d1408163aab07580ff3c0030e"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.2.2/traefik_v3.2.2_windows_arm64.zip",
"hash": "15bab14d11291c2bd4d0adf29642c425bf01c73c7158117e96a8a53a98354144"
}
},
"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"
}
}
}