mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 21:31:21 +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.4",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v1.7.4/traefik_windows-amd64.exe#/traefik.exe",
|
|
"hash": "10726dedbab776d8621b59e6233f1d6e7a9e7fae43ff3080eac1846b148ab814"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v1.7.4/traefik_windows-386.exe#/traefik.exe",
|
|
"hash": "dc2fdddb75cc06bbafbdd496fd0f2ad837b8bf29c37e4ec6084494e04ca8bb3d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|