2019-09-26 17:00:15 +00:00

35 lines
1.3 KiB
JSON

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