mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://traefik.io/",
|
|
"description": "HTTP reverse proxy and load balancer",
|
|
"version": "1.7.8",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v1.7.8/traefik_windows-amd64.exe#/traefik.exe",
|
|
"hash": "34dd09c2f229ca55da0d616aa7fe044f87a8f98cb8c32eb4183e38f0cf508a7f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v1.7.8/traefik_windows-386.exe#/traefik.exe",
|
|
"hash": "e3132ebee01973219bbc8ab8eee92544838bcdd597a80b77d702e6b0dd12f7c5"
|
|
}
|
|
},
|
|
"bin": "traefik.exe",
|
|
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|