mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://traefik.io/",
|
|
"description": "HTTP reverse proxy and load balancer",
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v2.0.0/traefik_v2.0.0_windows_amd64.zip",
|
|
"hash": "aca367570a984643c96c5968a1c0600f827942446567bd8ba0cf79a0785d036c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v2.0.0/traefik_v2.0.0_windows_386.zip",
|
|
"hash": "e62641efe313d632056ba2d0c3ad1e37e7129222bea29cb24cdc997488b8d61a"
|
|
}
|
|
},
|
|
"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_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"
|
|
}
|
|
}
|
|
}
|