mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.3.2",
 | 
						|
    "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.2/traefik_v3.3.2_windows_amd64.zip",
 | 
						|
            "hash": "4e925648ab58685ac6f426c745384ae11170e726cdd970f2cdbb4a32bdba0c35"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/traefik/traefik/releases/download/v3.3.2/traefik_v3.3.2_windows_386.zip",
 | 
						|
            "hash": "b55f6a77e9d0d6c55721d96d69b47438afb38d3f800bd88ddd35568427769c57"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/traefik/traefik/releases/download/v3.3.2/traefik_v3.3.2_windows_arm64.zip",
 | 
						|
            "hash": "294e22c6cd4b0fa5db213659cbf816548f2ea50270dba200e507bc0bd2a0c668"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |