2019-10-28 21:01:50 +00:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://traefik.io/",
"description": "HTTP reverse proxy and load balancer",
"version": "2.0.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.0.4/traefik_v2.0.4_windows_amd64.zip",
"hash": "5d68a50865c701254994b946f6b2300dd582097686cefbd43dcd18e2fbd3782c"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.0.4/traefik_v2.0.4_windows_386.zip",
"hash": "3b9a51d08bda4a9348d18a83e4b9c32edc0ca1fcc8769d58421a7df53d995c3e"
}
},
"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"
}
}
}