mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.2.8",
|
|
"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/containous/traefik/releases/download/v2.2.8/traefik_v2.2.8_windows_amd64.zip",
|
|
"hash": "c236836d35c8204bce61ee0c2d2d2fe78dfaba22617698e0de45c8b3f050f45b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v2.2.8/traefik_v2.2.8_windows_386.zip",
|
|
"hash": "ee3e6156eb68eaca4d059a44cda01e0be8344dae2fdd520f6fb611d4ec0a99c5"
|
|
}
|
|
},
|
|
"bin": "traefik.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/containous/traefik"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/traefik_v$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|