2019-12-02 18:00:27 +00:00

35 lines
1.3 KiB
JSON

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