2020-09-23 20:54:20 +02:00

35 lines
1.3 KiB
JSON

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