ScoopInstaller_Main/traefik.json
2019-03-29 21:01:59 +00:00

32 lines
1.2 KiB
JSON

{
"homepage": "https://traefik.io/",
"description": "HTTP reverse proxy and load balancer",
"version": "1.7.10",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/containous/traefik/releases/download/v1.7.10/traefik_windows-amd64.exe#/traefik.exe",
"hash": "3918aad1f59d7ff84e12dc5d5db57314fa5569cc5261ad36aba0a91e6ff42d85"
},
"32bit": {
"url": "https://github.com/containous/traefik/releases/download/v1.7.10/traefik_windows-386.exe#/traefik.exe",
"hash": "1b767b1766c1e84a4adf426a739bd9c529defc531023f96d98b34185af8a54c5"
}
},
"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"
}
}
}
}