2025-07-23 16:30:43 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.5.0",
"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.0/traefik_v3.5.0_windows_amd64.zip",
"hash": "c1cb2c5d7e68d0bd01f438d16b0320da161e997da5819f749d3ce4d777f0d7e7"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.5.0/traefik_v3.5.0_windows_386.zip",
"hash": "5d3a38ee8fb9671069ce06c48b85959c54347e83cd001db6e2f3459bca0cd018"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.5.0/traefik_v3.5.0_windows_arm64.zip",
"hash": "ae52859ad51ff9e7fdb45229f66ae2ae26c2ee7c7acc4fbe6e2ae5e037cc2434"
}
},
"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"
}
}
}