Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 372 Bytes

influxdb guard

Simple firewall for influxdb database

Running

Requires pyinflux library.

development

# ./run.py
... prints default config
# ./run.py <path-to-config>

gunicorn/waitress

# waitress-serve run:application
# gunicorn3 run

Searches for a file called config in current working directory.