mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-03 16:51:24 -07:00
722 B
722 B
name, description
| name | description |
|---|---|
| project-navigation | Reference for the NetAlertX codebase structure, key file paths, and configuration locations. Use this when exploring the codebase or looking for specific components like the backend entry point, frontend files, or database location. |
Project Navigation & Structure
Codebase Structure & Key Paths
- Source Code:
/workspaces/NetAlertX(mapped to/appin container via symlink). - Backend Entry:
server/api_server/api_server_start.py(Flask) andserver/__main__.py. - Frontend:
front/(PHP/JS). - Plugins:
front/plugins/. - Config:
/data/config/app.conf(runtime) orback/app.conf(default). - Database:
/data/db/app.db(SQLite).