2020-07-14 09:08:03 +02:00

35 lines
1.3 KiB
JSON

{
"version": "2.2.5",
"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.5/traefik_v2.2.5_windows_amd64.zip",
"hash": "4a15c7a2c36642ab530b650a395ff7a489d8e23775efc32e6d1c02be157c5465"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.2.5/traefik_v2.2.5_windows_386.zip",
"hash": "ecd12b8e7a5f603c64d412d1e33bc17893ae90333351592bd8bde149ee044d55"
}
},
"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"
}
}
}