2021-08-17 21:14:11 -07:00

35 lines
1.3 KiB
JSON

{
"version": "2.5.0",
"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/traefik/traefik/releases/download/v2.5.0/traefik_v2.5.0_windows_amd64.zip",
"hash": "2dfacd589fa8545644c0ac2f7f977a7398f88f3f99486941dbc0014dbf3e238f"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.5.0/traefik_v2.5.0_windows_386.zip",
"hash": "b90ccf1dce870efef73076ebee5d06619b1625f72516950788a053d6279e9d78"
}
},
"bin": "traefik.exe",
"checkver": {
"github": "https://github.com/containous/traefik"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/traefik_v$version_checksums.txt"
}
}
}