2025-01-31 16:30:20 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.3.3",
"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.3/traefik_v3.3.3_windows_amd64.zip",
"hash": "77ad2e6e502799cdf54904598a0fc78cd7a9438d462b08a85b20d271f81b7913"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.3.3/traefik_v3.3.3_windows_386.zip",
"hash": "82ceb14a4bac4971c954a3f2dfbae87adf25129d6c54068579342a844fb6821f"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.3.3/traefik_v3.3.3_windows_arm64.zip",
"hash": "8623b0ddef1b1b6f3ad9cc568bd37df0dccda0bf0d235a5d68a8cb9256d8be4e"
}
},
"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"
}
}
}