Task 3: remove config_file_service facade, update direct imports and tests
This commit is contained in:
@@ -20,14 +20,14 @@ BanGUI is a two-tier web application with a clear separation between frontend an
|
||||
┌─────────────────────────────┼────────────────────────────────────┐
|
||||
│ Server │
|
||||
│ ┌──────────────────────────┴─────────────────────────────────┐ │
|
||||
│ │ Backend (FastAPI) │ │
|
||||
│ │ Backend (FastAPI) │ │
|
||||
│ │ Python 3.12+ · Async · Pydantic v2 · structlog │ │
|
||||
│ └─────┬──────────────┬──────────────┬────────────────────────┘ │
|
||||
│ │ │ │ │
|
||||
│ ┌─────┴─────┐ ┌─────┴─────┐ ┌────┴─────┐ │
|
||||
│ │ SQLite │ │ fail2ban │ │ External │ │
|
||||
│ │ (App DB) │ │ (Socket) │ │ APIs │ │
|
||||
│ └───────────┘ └───────────┘ └──────────┘ │
|
||||
│ │ │ │ │
|
||||
│ ┌─────┴─────┐ ┌─────┴─────┐ ┌────┴─────┐ │
|
||||
│ │ SQLite │ │ fail2ban │ │ External │ │
|
||||
│ │ (App DB) │ │ (Socket) │ │ APIs │ │
|
||||
│ └───────────┘ └───────────┘ └──────────┘ │
|
||||
└──────────────────────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user