Update README.md
This commit is contained in:
parent
ab942ae53f
commit
ba39cb1a10
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# AS215085.net Vyos tools
|
# AS215085.net Router tools
|
||||||
|
|
||||||
### Vyos config
|
### Vyos config
|
||||||
1. Login to Vyos and enter configure mode.
|
1. Login to Vyos and enter configure mode.
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
5. ```set service https allow-client address '0.0.0.0/0'```
|
5. ```set service https allow-client address '0.0.0.0/0'```
|
||||||
|
|
||||||
### App config
|
### App config
|
||||||
1. Edit .env and fill in your vyos api url and api key.
|
1. Edit .env and fill in your vyos api url and api key and Akvorado base url.
|
||||||
2. ```apt install -y python3 python3-jinja2 python3-flask python3-gunicorn```
|
2. ```apt install -y python3 python3-jinja2 python3-flask python3-gunicorn```
|
||||||
3. ```gunicorn -w 4 -b 0.0.0.0:5000 app:app```
|
3. ```gunicorn -w 4 -b 0.0.0.0:5000 app:app```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue