mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.7.28",
|
|
"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/v1.7.28/traefik_windows-amd64.exe#/traefik.exe",
|
|
"hash": "eb2eb67057f944fda79fdf8503b004ff4a0e60c865187e7bcf2e31564c215911"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v1.7.28/traefik_windows-386.exe#/traefik.exe",
|
|
"hash": "5886d71deefdef9981cc99de786b6496db63e75b03f2706073355f5416d9161c"
|
|
}
|
|
},
|
|
"bin": "traefik.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|