mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "2.3.6",
|
|
"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/v2.3.6/traefik_v2.3.6_windows_amd64.zip",
|
|
"hash": "2fa7d7b493ca632c2c8bf663a87a86063d813d6addd2ca10f09ca63b3110e3fd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/containous/traefik/releases/download/v2.3.6/traefik_v2.3.6_windows_386.zip",
|
|
"hash": "d8f45bccda1b32da7b953944fb50b02b9b0d6039a4ff4ea65868a3f9df91d802"
|
|
}
|
|
},
|
|
"bin": "traefik.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|