2019-12-12 20:00:17 +00:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://traefik.io/",
"description": "HTTP reverse proxy and load balancer",
"version": "2.1.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.1.1/traefik_v2.1.1_windows_amd64.zip",
"hash": "f9e2574cc0ad9e8a868a736d0994ea19d708442d05db06ab8a99c543668608f9"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v2.1.1/traefik_v2.1.1_windows_386.zip",
"hash": "68783c65be210314680f12cdd5f8106d44300967852d48f4eb4c6faecbbc6c20"
}
},
"bin": "traefik.exe",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"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"
}
}
}