Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
/ giroapp Public archive

Display latest ionosphere metrics in a datatable and render to .json

Notifications You must be signed in to change notification settings

AF7TI/giroapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

giroapp

Frontend for https://github.com/AF7TI/girotick. Display latest ionosphere metrics in a datatable and render to .json for other stuff like contour maps. Docker based on tiangolo uwsgi-nginx-flask-docker.

Installation

Run the official postgres Docker image then build this image from Dockerfile, tag with giroapp
docker build -t giroapp .

Configuration

Pass database connection info through environment variables:
docker run -e "DB_USER=postgres" -e "DB_HOST=localhost" -e "DB_NAME=postgres" -e "DB_PASSWORD=mysecretpassword" -d -p 80:80 giroapp

Optionally, configure nginx in nginx.conf

Running Code

About

Display latest ionosphere metrics in a datatable and render to .json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published