2023-06-19 16:27:33 +00:00

42 lines
1.7 KiB
JSON

{
"version": "2.10.2",
"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.2/traefik_v2.10.2_windows_amd64.zip",
"hash": "b2e9cab37858bb36927a74a0ce66e94754afd18b634c3de5189827e194554cc9"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.10.2/traefik_v2.10.2_windows_386.zip",
"hash": "5eb5c7d1ce347871c45df043fd0094bc7e34d8cf4fe1a2aeefff9b136007a306"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v2.10.2/traefik_v2.10.2_windows_arm64.zip",
"hash": "1cd47d122f7078fc090d2a3ce0f4128fdc3a202ecf26f0690c4c417acbad78da"
}
},
"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"
}
}
}