2021-07-26 22:06:55 -07:00

35 lines
1.3 KiB
JSON

{
"version": "2.4.12",
"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.12/traefik_v2.4.12_windows_amd64.zip",
"hash": "9f232b2165ecc0b5678f68f3f7bc0923b2d87e75e34ac4bc3cbc78d8b9a5c065"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v2.4.12/traefik_v2.4.12_windows_386.zip",
"hash": "01f00df69553bab30798ed7a16f911e5d6f8bbd6c5a14942f6afd6bbb0131c5a"
}
},
"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"
}
}
}