2020-07-10 09:26:43 +02:00

35 lines
1.3 KiB
JSON

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