work on weather services; outbound http request caching; styles updates and icons

This commit is contained in:
2023-08-12 19:19:20 -07:00
parent 7c205632cb
commit 85d72b43d2
55 changed files with 2593 additions and 234 deletions

View File

@@ -69,3 +69,6 @@ color_themes:
more_contrast:
light: Minimal Light
dark: Minimal Dark
outbound_http:
https_only: false
services: { }

View File

@@ -13,3 +13,28 @@ session_cookie:
logging:
level: debug
pretty: true
services:
#
# Docs: <https://openweathermap.org/api>
# Access: <https://openweathermap.org/price>
openweathermap.org:
enabled: true
latitude: 45.49607
longitude: -122.67139
api_key: ''
#
# Docs: <https://www.weatherapi.com/docs/>
# Access: <https://www.weatherapi.com/pricing.aspx>
weatherapi.com:
enabled: true
api_key: e18fb4e3257d4adaa6911347231607
# US only; Provides weather forecasts and alerts.
# Docs: <https://www.weather.gov/documentation/services-web-api>
# Access: Free; Set a User-Agent below to identify yourself (see docs)
weather.gov:
enabled: true
latitude: 45.4961
longitude: -122.6714
user_agent: (local.jbrumond.me, james@jbrumond.me)