2020-09-05 13:51:32 +02:00

35 lines
1.3 KiB
JSON

{
"version": "2.2.10",
"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/containous/traefik/releases/download/v2.2.10/traefik_v2.2.10_windows_amd64.zip",
"hash": "96752ac77add4a0c26db9217b65b1ff36eedd9efdedbc11ae4f2270f455b856a"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.2.10/traefik_v2.2.10_windows_386.zip",
"hash": "f4e14e223862b51f8d3b27cbc651652fbd82efaa691e6dbc4cf781c72ced4e27"
}
},
"bin": "traefik.exe",
"checkver": {
"github": "https://github.com/containous/traefik"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/traefik_v$version_checksums.txt"
}
}
}