blob: fd712bc6aa8e3eb5d8e8e47713597b83f6c12af5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# influxdb guard
Simple *firewall* for influxdb database
## Running
Requires [pyinflux](https://github.com/yvesf/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.
|