2024-07-30 16:29:28 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.1.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.1.1/traefik_v3.1.1_windows_amd64.zip",
"hash": "8d74b856c78f6415bd3ecdae2e5a2a831264176576f3cbab392a27e98b39389b"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.1.1/traefik_v3.1.1_windows_386.zip",
"hash": "69d27ac3721a1db6463556018817d8c3eefa0d338b1be5c4e6ecf0ceda629497"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.1.1/traefik_v3.1.1_windows_arm64.zip",
"hash": "aa557e6ac6e1f355f3458808a3b594935acc656e810a7b3fdefc60acc1eb1b57"
}
},
"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"
}
}
}