Inital Commit

This commit is contained in:
2026-03-06 23:57:47 +01:00
commit 7a06fd8d67
6 changed files with 505 additions and 0 deletions

12
config.json.example Normal file
View File

@@ -0,0 +1,12 @@
{
"PORT":8000,
"IMAGE_DIR":"images",
"WeatherProvider":"HomeAssistant or MetNO",
"METNO_LAT":"MetNO Weather GPS Latitude",
"METNO_LON":"MetNO Weather GPS longitude",
"HA_URL": "HomeAssistant URL",
"HA_TOKEN": "HomeAssistant Long-lived acces token",
"HA_WEATHER_ENTITY": "HomeAssistant Weather entity",
"PhotonAPI":"URL of komoot photon api",
"PhotonAPI_TOKEN":"X-Api-Key for api"
}