Files
Charon/frontend
GitHub Actions b0a4d75a2a Refactor security configuration: Remove external CrowdSec mode support
- Updated SecurityConfig model to only support 'local' or 'disabled' modes for CrowdSec.
- Modified related logic in the manager and services to reject external mode.
- Adjusted tests to validate the new restrictions on CrowdSec modes.
- Updated frontend components to remove references to external mode and provide appropriate user feedback.
- Enhanced documentation to reflect the removal of external CrowdSec mode support.
2025-12-01 19:43:45 +00:00
..
2025-11-24 18:22:01 +00:00
2025-12-01 14:37:52 +00:00
2025-11-24 18:22:01 +00:00
2025-11-24 18:22:01 +00:00
2025-11-24 18:22:01 +00:00
2025-11-24 18:22:01 +00:00
2025-11-24 18:22:01 +00:00
2025-11-24 18:22:01 +00:00
2025-11-24 18:22:01 +00:00
2025-11-24 18:22:01 +00:00

Frontend (Vite + React)

Development

cd frontend
npm install
npm run dev

Production build

cd frontend
npm run build