refactor: 🎨 remove /backup route

This commit is contained in:
2026-05-23 16:30:49 +00:00
parent 70d959f53f
commit 22e17a8aec
7 changed files with 2 additions and 483 deletions
-3
View File
@@ -32,7 +32,6 @@ A Flask-based web application for comprehensive IP Address Management (IPAM). Ma
docker run -d \
--name ipam \
-p 5000:5000 \
-v ./backups:/app/backups \
-e MYSQL_HOST=10.10.2.27 \
-e MYSQL_USER=ipam \
-e MYSQL_PASSWORD=your_password \
@@ -61,8 +60,6 @@ services:
- SECRET_KEY=your_secret_key
- NAME=Your Organisation
- LOGO_PNG=https://example.com/logo.png
volumes:
- ./backups:/app/backups
```
## Configuration