2025-11-07 16:30:02 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.6.0",
"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.0/traefik_v3.6.0_windows_amd64.zip",
"hash": "c1dbb3d224c29ced583474fe3d870b18c4b1abd2fd21e833bafdcf510d61cb5d"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.0/traefik_v3.6.0_windows_386.zip",
"hash": "2db74e55e6287b54ca78734809598c7543fe6bef89a0301c2d76cf6837dfe6e6"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.6.0/traefik_v3.6.0_windows_arm64.zip",
"hash": "e771d582db525d7b9baa61af6f355ca0b40d97be729bea31e04681d56dbf19ee"
}
},
"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"
}
}
}