You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Fionn db4731e1af
Create LICENSE
1 year ago
.vscode move types to shared, add first stuff 2 years ago
backend bump version to 1.3.1 1 year ago
frontend bump version to 1.3.1 1 year ago
shared move types to shared, add first stuff 2 years ago
utils add utility script for converting csv points to json 2 years ago
.dockerignore Fix node_modules exclusion in dockerignore 2 years ago
.drone.yml update drone to use other registry 2 years ago
.gitignore Initial commit 2 years ago
Dockerfile move types to shared, add first stuff 2 years ago
LICENSE Create LICENSE 1 year ago
README.md update drone to use other registry 2 years ago
docker-compose.yml fix typo 2 years ago
wx-config.json remove LOVV test data, add EDXX data 2 years ago
wx-config.schema.json implementation 2 years ago

README.md

IASsure-WX

idea

This service is designed to gather weather data to be used by IASsure by MorpheusXAUT. It uses the Open-Meteo.com-API to gather the necessary data to provide to the plugin.

Installation/Deployment

IASsure-WX can be installed using docker. The image is available at hub.fsisp.de/library/iassure-wx.

Tags:

  • latest - The newest recommended build, built from main
  • dev - The newest development/staging build, built from develop
  • Other than those tags, every image is tagged with the git commit id

Configuration

IASsure-WX can be configured using the wx-config.json-file. For now it contains test data but will include production data for at least the Langen FIR. It necessary, another file can be mounted on top of it (/opt/wx-config.json). You may also choose to make the necessary changes to the file in this repository. The file is documented in the schema definition file (wx-config.schema.json).

Environment Variables

Some options can be defined using environment variables:

# defines the port, the application will listen on
PORT=3000
# defines the base path used for the api
BASE_PATH=/api
# defines ips that are allowed as proxy ips
# See http://expressjs.com/en/guide/behind-proxies.html
TRUST_PROXY=
# set to true to disable /api-Endpoint. will also disable frontend.
DISABLE_DEFAULT_API_ENDPOINT=