2025-08-27 12:31:30 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.5.1",
"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.5.1/traefik_v3.5.1_windows_amd64.zip",
"hash": "60acc7e055821cdbd147e477042ddb2d9c3d506c23d986ab9ca76f13fc5ed8fd"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.5.1/traefik_v3.5.1_windows_386.zip",
"hash": "304f573b5ff3745abc021d1d27efefc075235408553804ddec899db22e9c4fac"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.5.1/traefik_v3.5.1_windows_arm64.zip",
"hash": "4862cc707a26bbf450ce79fe40695b56c8e92856112fd1a81072972c2365812e"
}
},
"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"
}
}
}