2026-01-14 16:32:25 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.6.7",
"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.7/traefik_v3.6.7_windows_amd64.zip",
"hash": "cf82f4a24958fc74769a7fda35f49420e921edf5797c7e59f46809eb38283085"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.7/traefik_v3.6.7_windows_386.zip",
"hash": "cbd8a7a28084ff57eff73f696995789266dae609c67db4d1de7f9b7ca34637b2"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.7/traefik_v3.6.7_windows_arm64.zip",
"hash": "2e14390c7505052f2825e9466b97af0331b7ccfd091560a5a9a2e6d388f4f9e9"
}
},
"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"
}
}
}