2020-11-19 20:28:27 +01:00

35 lines
1.3 KiB
JSON

{
"version": "2.3.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.3.3/traefik_v2.3.3_windows_amd64.zip",
"hash": "b1d95ab5b36a97e73cfc289dbd007c858a385ada10ca6546f282281a386a9aeb"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.3.3/traefik_v2.3.3_windows_386.zip",
"hash": "6a785c677bd623a787d811da36b9a0f7d2a7b8657bb2b1814562b09a8f739243"
}
},
"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"
}
}
}