23 lines
388 B
Markdown
23 lines
388 B
Markdown
# RouterOS backup system
|
|
|
|
##. Instalation:
|
|
- clone (to ex. /opt/hosts_app)
|
|
- create venv
|
|
- install requirements via pip
|
|
- copy systemd service (hosts_app.service)
|
|
|
|
##. Start
|
|
- edit gunicorn_config.py and set listen IP
|
|
- systemctl start hosts_app.service
|
|
- go to http://IPADDRESS:8888
|
|
|
|
##. Register, Login
|
|
|
|
##. Configure devices, /etc/hosts
|
|
|
|
##. Done
|
|
|
|
# Authors
|
|
|
|
- [@linuxiarz.pl]
|