mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 21:31:21 +00:00
42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
{
|
|
"version": "3.6.1",
|
|
"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/traefik/traefik/releases/download/v3.6.1/traefik_v3.6.1_windows_amd64.zip",
|
|
"hash": "ec42cd7386c9a63405a7c1c4ff04158a459021d4e7a6d98c9f2274742e93c1cd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v3.6.1/traefik_v3.6.1_windows_386.zip",
|
|
"hash": "7850f3932d353b8f4e9188ffe37777b1bb95b9b50ec823a6dbb75fb0bcf13308"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v3.6.1/traefik_v3.6.1_windows_arm64.zip",
|
|
"hash": "a97305165c6a11b37b1bb43a8bda87b8d194c86eb0ba3c68d2a538f8b280b526"
|
|
}
|
|
},
|
|
"bin": "traefik.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/traefik/traefik"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/traefik_v$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|