Go to file
2024-10-31 07:55:10 +00:00
LICENSE Initial commit 2024-10-31 07:53:57 +00:00
README.md Update README.md 2024-10-31 07:55:10 +00:00

Apache-Proxy-Manager

Struttura

proxy-manager/ ├── backend/ │ ├── app/ │ │ ├── init.py │ │ ├── models/ │ │ ├── routes/ │ │ ├── services/ │ │ └── utils/ │ ├── config.py │ ├── requirements.txt │ └── wsgi.py ├── frontend/ │ ├── public/ │ ├── src/ │ │ ├── components/ │ │ ├── services/ │ │ ├── utils/ │ │ └── App.tsx │ ├── package.json │ └── vite.config.ts └── docker-compose.yml