2024-04-29 16:28:19 +00:00

42 lines
1.7 KiB
JSON

{
"version": "3.0.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.0.0/traefik_v3.0.0_windows_amd64.zip",
"hash": "6f443b91285ab7457a6b6b646e700feff0762caa8bcbf77a07eed76927830bb5"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.0.0/traefik_v3.0.0_windows_386.zip",
"hash": "db89fc0c7a82c30df7c330f91d4a1858c44b6b1b847abdd93cbba8775aa25c27"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.0.0/traefik_v3.0.0_windows_arm64.zip",
"hash": "9be081b969f4d0603071e263e856955c3d79ae05955dcd031da7b1cc5fa8d196"
}
},
"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"
}
}
}