113 lines
3.0 KiB
JSON
113 lines
3.0 KiB
JSON
{
|
|
"rebrickable": {
|
|
"apiKey": null
|
|
},
|
|
"externalLinks": {
|
|
"cacheDir": "tools/cache",
|
|
"cacheFile": "external_links.yaml",
|
|
"hostDelayMs": 2000,
|
|
"requestTimeoutSeconds": 5,
|
|
"cacheTtlSuccessDays": 30,
|
|
"cacheTtlClientErrorDays": 7,
|
|
"outputFormat": "markdown",
|
|
"outputFile": "tools/cache/external_links_report.md",
|
|
"userAgent": null,
|
|
"enableCookies": true,
|
|
"cookieJar": "tools/cache/curl_cookies.txt",
|
|
"usePlaywright": true,
|
|
"playwrightTimeoutSeconds": 10,
|
|
"playwrightExecutablePath": "/nix/store/jaf9gnbln0cbs2vspfdblc4ff6vv1kk5-chromium-142.0.7444.175/bin/chromium",
|
|
"ignoreHosts": [
|
|
"10.0.2.1",
|
|
"web.archive.org",
|
|
"localhost",
|
|
"nas",
|
|
"selenium",
|
|
"ci.athaliasoft.com",
|
|
"rebrickable.com"
|
|
]
|
|
},
|
|
"weather": {
|
|
"timezone": "Europe/Paris",
|
|
"defaultHour": 12,
|
|
"defaultMinute": 0,
|
|
"windowMinutes": 60,
|
|
"precipitationThreshold": 0.1,
|
|
"providers": {
|
|
"influxdb": {
|
|
"url": null,
|
|
"org": "Dern",
|
|
"bucket": "weather",
|
|
"token": null,
|
|
"windowMinutes": 60,
|
|
"precipitationThreshold": 0.1,
|
|
"sensors": {
|
|
"temperature": {
|
|
"measurement": "°C",
|
|
"field": "value",
|
|
"tags": {
|
|
"entity_id": "station_meteo_bresser_exterieur_temperature"
|
|
}
|
|
},
|
|
"humidity": {
|
|
"measurement": "%",
|
|
"field": "value",
|
|
"tags": {
|
|
"entity_id": "station_meteo_bresser_exterieur_humidite_relative"
|
|
}
|
|
},
|
|
"pressure": {
|
|
"measurement": "hPa",
|
|
"field": "value",
|
|
"tags": {
|
|
"entity_id": "station_meteo_bresser_exterieur_pression_atmospherique"
|
|
}
|
|
},
|
|
"illuminance": {
|
|
"measurement": "lx",
|
|
"field": "value",
|
|
"tags": {
|
|
"entity_id": "station_meteo_bresser_exterieur_luminance"
|
|
}
|
|
},
|
|
"precipitations": {
|
|
"measurement": "mm/h",
|
|
"field": "value",
|
|
"threshold": 0.1,
|
|
"tags": {
|
|
"entity_id": "station_meteo_bresser_exterieur_precipitations"
|
|
}
|
|
},
|
|
"wind_speed": {
|
|
"measurement": "km/h",
|
|
"field": "value",
|
|
"unit": "km/h",
|
|
"tags": {
|
|
"entity_id": "station_meteo_bresser_exterieur_vitesse_du_vent"
|
|
}
|
|
},
|
|
"wind_direction": {
|
|
"measurement": "°",
|
|
"field": "value",
|
|
"tags": {
|
|
"entity_id": "station_meteo_bresser_exterieur_direction_du_vent"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"openMeteo": {
|
|
"latitude": null,
|
|
"longitude": null,
|
|
"timezone": "Europe/Paris",
|
|
"pressureOffset": 40,
|
|
"illuminanceToLuxFactor": 126.7,
|
|
"windowMinutes": 90,
|
|
"precipitationThreshold": 0.1
|
|
}
|
|
}
|
|
},
|
|
"goaccess": {
|
|
"url": null
|
|
}
|
|
}
|