2021-06-28 08:18:28 -07:00

35 lines
1.3 KiB
JSON

{
"version": "2.4.9",
"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.4.9/traefik_v2.4.9_windows_amd64.zip",
"hash": "0370f21bba00ce23c5d21f764e810d3ab009aaf6d17274835f8a62db1a279e5f"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.4.9/traefik_v2.4.9_windows_386.zip",
"hash": "3cf6ea09989a46ed7fce1b1a40155f91d1efc23278e14561e8d484bfa352ef90"
}
},
"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"
}
}
}