2023-04-27 16:26:55 +00:00

42 lines
1.7 KiB
JSON

{
"version": "2.10.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/v2.10.1/traefik_v2.10.1_windows_amd64.zip",
"hash": "73b2f8e8ba997259c6fadb8644e2c730ea5e11c3fa1b7030fb84ecaf11849965"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.10.1/traefik_v2.10.1_windows_386.zip",
"hash": "e35f2bba232a52fe4d7b8925f250ae2ae27b5a7c6d5d17684602b8b7f319b39a"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v2.10.1/traefik_v2.10.1_windows_arm64.zip",
"hash": "396e5af3175a1ac33fca476c0904a06d558fd7f0918b5b841900db331b427f13"
}
},
"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"
}
}
}