Extras/bucket/inbucket.json
2025-12-06 20:28:46 +00:00

48 lines
1.9 KiB
JSON

{
"version": "3.1.1",
"description": "Inbucket is an email testing application; it will accept messages for any email address and make them available to view via a web interface.",
"homepage": "https://www.inbucket.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/inbucket/inbucket/releases/download/v3.1.1/inbucket_3.1.1_windows_amd64.zip",
"hash": "232fb49c92f88505be1feceb4be90b70ca59bb7853216dee7c8b2814c85235d0",
"extract_dir": "inbucket_3.1.1_windows_amd64"
},
"arm64": {
"url": "https://github.com/inbucket/inbucket/releases/download/v3.1.1/inbucket_3.1.1_windows_arm64.zip",
"hash": "d6d3018a522e71c3231766adb2668ae15a5708f29259755d2f0b7b805a6ed27d",
"extract_dir": "inbucket_3.1.1_windows_arm64"
}
},
"bin": [
"inbucket.exe",
"inbucket-client.exe"
],
"env_set": {
"INBUCKET_SMTP_TLSPRIVKEY": "$dir\\cert\\cert.key",
"INBUCKET_SMTP_TLSCERT": "$dir\\cert\\cert.crt",
"INBUCKET_WEB_UIDIR": "$dir\\ui\\dist",
"INBUCKET_WEB_GREETINGFILE": "$dir\\ui\\greeting.html"
},
"persist": "cert",
"checkver": {
"github": "https://github.com/inbucket/inbucket"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/inbucket/inbucket/releases/download/v$version/inbucket_$version_windows_amd64.zip",
"extract_dir": "inbucket_$version_windows_amd64"
},
"arm64": {
"url": "https://github.com/inbucket/inbucket/releases/download/v$version/inbucket_$version_windows_arm64.zip",
"extract_dir": "inbucket_$version_windows_arm64"
}
},
"hash": {
"url": "$baseurl/inbucket_$version_checksums.txt"
}
}
}