Added config file import and checking and reworked to support multiple airports

This commit is contained in:
2026-04-13 15:04:00 -05:00
parent 2b8a16a277
commit 9a926a80ff
3 changed files with 144 additions and 32 deletions

8
config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"outputdir": "/var/www/weather",
"icaos": ["CYWG", "KJFK"],
"siteurl": "https://example.com",
"rss-baseurl": "https://example.com/weather",
"check-interval": 10,
"loglevel": 4
}