2023-04-24 16:27:42 +00:00

42 lines
1.7 KiB
JSON

{
"version": "2.10.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/v2.10.0/traefik_v2.10.0_windows_amd64.zip",
"hash": "ef212eded437157352c7b71804c792a01e5ccb25aa287f2fec1b7f4732e4f181"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.10.0/traefik_v2.10.0_windows_386.zip",
"hash": "15dea46bbb5066cf15d0d9356959e470ac4858a055c393180cd0b35b6a9c00c7"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v2.10.0/traefik_v2.10.0_windows_arm64.zip",
"hash": "dbb18b714a0e7f9ec700bfce42463f60f7c0f40c0ece28ab375dec17ef0b3923"
}
},
"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"
}
}
}