From 47e5662d2578f8f2d2e8bf85c5c388f3c960065d Mon Sep 17 00:00:00 2001 From: Gru Date: Sun, 23 Feb 2025 00:40:30 +0100 Subject: [PATCH] dodanie readme --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af2f006 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ + +# RouterOS backup system + +1. Instalation: + - clone (to ex. /opt/hosts_app) + - create venv + - install requirements via pip + - copy systemd service (hosts_app.service) + +2. Start + - edit gunicorn_config.py and set listen IP + - systemctl start hosts_app.service + - go to http://":"8888 + +3. Register, Login + +4. Configure devices, keys, backups + +5. Done + +## Authors + +- [@linuxiarz.pl]