Lane Jennison 228197fd99 apt flavor
2020-07-27 08:51:06 -04:00
2020-07-27 08:51:06 -04:00
2020-07-25 13:33:24 -04:00
2020-07-25 22:22:11 -04:00
2020-07-24 23:27:30 -04:00
2020-07-24 23:27:30 -04:00

dl-router

router of download URLs

currently designed for app folder to be mapped into a usgi container. see sample launch script launch_redirect.sh

expects userdata.csv in app folder.. map as needed.

run local

cd app
export FLASK_APP=main
python -m flask run --host 0.0.0.0 --port 5000

API

/status meant for simplee healtcheck. returns 200 OK

/reload Flushes cache and reloads userdata file. Return JSON of what new userdata is

Description
No description provided
Readme 142 KiB
Languages
Python 82.7%
Shell 17.3%