generated from fionn/ts-template
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.
Fionn
d8432315d5
|
2 years ago | |
---|---|---|
.vscode | 2 years ago | |
backend | 2 years ago | |
frontend | 2 years ago | |
utils | 2 years ago | |
.dockerignore | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago | |
wx-config.json | 2 years ago | |
wx-config.schema.json | 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 git.fsisp.de/fionn/iassure-wx
.
Tags:
latest
- The newest recommended build, built frommain
dev
- The newest development/staging build, built fromdevelop
- 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
).