mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.7.29",
|
|
"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.29/traefik_windows-amd64.exe#/traefik.exe",
|
|
"hash": "985d42febbf2b2b1a12a4a7de5e9f17c8d0d09485c593995d388875632539f51"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v1.7.29/traefik_windows-386.exe#/traefik.exe",
|
|
"hash": "84e10a9449974e8462cb61a6b70db93d635edaa1e3c1384717e581f748dc6553"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|