mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"timeout": "20s",
|
|
"retryOn429": true,
|
|
"retryCount": 3,
|
|
"fallbackRetryDelay": "30s",
|
|
"aliveStatusCodes": [200, 206],
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "^https://localhost"
|
|
},
|
|
{
|
|
"pattern": "^http://127.0.0.1"
|
|
},
|
|
{
|
|
"pattern": "^http://192.168."
|
|
},
|
|
{
|
|
"pattern": "^http://10."
|
|
},
|
|
{
|
|
"pattern": "^http://172."
|
|
},
|
|
{
|
|
"pattern": "^https://pkg.go.dev.*badge"
|
|
},
|
|
{
|
|
"pattern": "^\\.\\./images/(dashboard-home|account-creation|account-dashboard|usb-remote-services|device-discovery|device-registration|account-migration|migration-setup|migration-progress|migration-health|migration-complete|backup-setup)\\.png$"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "{{BASEURL}}/"
|
|
}
|
|
],
|
|
"httpHeaders": [
|
|
{
|
|
"urls": ["https://github.com", "https://api.github.com"],
|
|
"headers": {
|
|
"Accept-Encoding": "zstd, br, gzip, deflate",
|
|
"User-Agent": "Mozilla/5.0 (compatible; LinkChecker)"
|
|
}
|
|
}
|
|
]
|
|
}
|