mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.5.1",
|
|
"description": "HTTP reverse proxy and load balancer",
|
|
"homepage": "https://traefik.io/",
|
|
"license": "MIT",
|
|
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v2.5.1/traefik_v2.5.1_windows_amd64.zip",
|
|
"hash": "0a312e9f78aa07cd06db498ebdf9a36d5575ba8cc0f4b7a4753008e65d41e334"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v2.5.1/traefik_v2.5.1_windows_386.zip",
|
|
"hash": "bb9bd7d97205cc75c7b3e557367b465caf0e0d9c78057a8287ba421636cbce1e"
|
|
}
|
|
},
|
|
"bin": "traefik.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/containous/traefik"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/traefik_v$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|