ScoopInstaller_Main/traefik.json
2018-10-15 11:00:37 +00:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://traefik.io/",
"description": "HTTP reverse proxy and load balancer",
"version": "1.7.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/containous/traefik/releases/download/v1.7.3/traefik_windows-amd64.exe#/traefik.exe",
"hash": "80f06a922a4cc8649a97016c9f907148f0b1d79fa35efc06ef8b3da2dcb06138"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v1.7.3/traefik_windows-386.exe#/traefik.exe",
"hash": "86256f8111291d40622e7d0f22c9266e4952c835ea092ee02117f7bf9d54d2a9"
}
},
"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_windows-amd64.exe#/traefik.exe"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_windows-386.exe#/traefik.exe"
}
}
}
}