2024-09-16 16:29:54 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.1.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.1.3/traefik_v3.1.3_windows_amd64.zip",
"hash": "f9be1745858ef7004d644b292b19d1b613630c803ab7af29d69e7316e026c377"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.1.3/traefik_v3.1.3_windows_386.zip",
"hash": "d9d82c0428361d139e94166cd072668188b7cfb20feb8ff1b9273ac81437cd6d"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.1.3/traefik_v3.1.3_windows_arm64.zip",
"hash": "a882cb8bd29c0056551b8bf18f58de07498b5e0b1e11348736f4b6aa59937b4d"
}
},
"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"
}
}
}