2019-12-11 19:00:18 +00:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://traefik.io/",
"description": "HTTP reverse proxy and load balancer",
"version": "2.1.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.1.0/traefik_v2.1.0_windows_amd64.zip",
"hash": "4b4def6ca4fc6296d0421f8cb0347fcc2eb75ba1729f8322fb1d7b7319a9af88"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.1.0/traefik_v2.1.0_windows_386.zip",
"hash": "d59a3f833b41e7a7faf748a0a66d416955f374615865610268ec3231274af717"
}
},
"bin": "traefik.exe",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"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"
}
}
}