mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://traefik.io/",
|
|
"description": "HTTP reverse proxy and load balancer",
|
|
"version": "1.7.6",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v1.7.6/traefik_windows-amd64.exe#/traefik.exe",
|
|
"hash": "4c5c00b0987ac081412219095c8e98186dd77440482f3a1894153f4acb1c35ac"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v1.7.6/traefik_windows-386.exe#/traefik.exe",
|
|
"hash": "ca7fdac234e85c22fb1fa6d0e577ce95fe06f3a32385022ffcce67c41cbf736a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|