mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.4.4",
 | 
						|
    "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.4.4/traefik_v3.4.4_windows_amd64.zip",
 | 
						|
            "hash": "b5f27d9b4cbbab51a6a4622585a5a2394c5955c96a248f139145bfa2ecabdbe1"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/traefik/traefik/releases/download/v3.4.4/traefik_v3.4.4_windows_386.zip",
 | 
						|
            "hash": "cd2c42ab626142a79794125a94f2e6f174627024456fe73db83611a4bcd7252b"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/traefik/traefik/releases/download/v3.4.4/traefik_v3.4.4_windows_arm64.zip",
 | 
						|
            "hash": "3cdf9d301142ab532007ac6f69815ed40b31eb5ca92569a357e4fc595054ece0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |