first commit

This commit is contained in:
Mateusz Gruszczyński
2026-04-14 11:39:46 +02:00
commit 3da6c2832c
125 changed files with 30111 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Mikrotik Backup System
## 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`