2020-03-18 18:01:49 +00:00

35 lines
1.3 KiB
JSON

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