mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
{
|
|
"version": "2.11.2",
|
|
"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.11.2/traefik_v2.11.2_windows_amd64.zip",
|
|
"hash": "5bfd7233f495e8872f0cc9280396a8e77fcd7c6b33559c110ca220482f822d7c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v2.11.2/traefik_v2.11.2_windows_386.zip",
|
|
"hash": "457222d13c87f4b2382248fa7887a92a4298762abff7afc9568169160fc82b67"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v2.11.2/traefik_v2.11.2_windows_arm64.zip",
|
|
"hash": "610a991a79eb45faeab50d6ed0ef4141ec724423c1478ab0397e4021e5ef653f"
|
|
}
|
|
},
|
|
"bin": "traefik.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/traefik/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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/traefik_v$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|