This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
routeros_backup_next/README.md
Mateusz Gruszczyński 93a03b84c0 global key detect
2026-04-13 09:20:03 +02:00

19 lines
233 B
Markdown

# RouterOS Backup Manager Next
## Deploy in docker
```bash
cp .env.example .env
```
edit SECRET_KEY & DEFAULT_ADMIN_PASSWORD
and run:
`bash start_prod.sh`
or
`docker compose up -d`
## Default app port:
`http://127.0.0.1:5581`