mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://traefik.io/",
 | 
						|
    "description": "HTTP reverse proxy and load balancer",
 | 
						|
    "version": "2.2.1",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/containous/traefik/releases/download/v2.2.1/traefik_v2.2.1_windows_amd64.zip",
 | 
						|
            "hash": "9860fe5fe9a4cb768a7e09cc15629f3941452e10b45920bfca3601487036d596"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/containous/traefik/releases/download/v2.2.1/traefik_v2.2.1_windows_386.zip",
 | 
						|
            "hash": "f1073d38b969720d972a84a140935c7bde705fc8f293d28f63fb9068356bbf25"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "traefik.exe",
 | 
						|
    "notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/containous/traefik"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/containous/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/traefik_v$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |