ScoopInstaller_Main/traefik.json
2018-09-24 11:00:45 +00:00

32 lines
1.2 KiB
JSON

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