mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
{
|
|
"version": "3.3.5",
|
|
"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.3.5/traefik_v3.3.5_windows_amd64.zip",
|
|
"hash": "32758e8404c8157404df57c44d219367a2dcfb9d67f00d071a2b3a4c2a8fda41"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v3.3.5/traefik_v3.3.5_windows_386.zip",
|
|
"hash": "6dd4575c427df75e5f6f6c401cad459d27b2b4c095c93ca59b67a394e64fb9c4"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v3.3.5/traefik_v3.3.5_windows_arm64.zip",
|
|
"hash": "8fa5407706d035715855317b20357a551cea399d9cc81530024adef72c2527d0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|