Refactor deployment process and update documentation
- Removed nginx configuration file as it is no longer needed. - Updated README.md to reflect changes in deployment structure. - Enhanced DEPLOYMENT.md with detailed directory structure and user permissions. - Added release.sh and rollback.sh scripts for managing deployments. - Improved N8N.md to clarify file access and document handling. - Adjusted health check and cache flushing procedures in deployment scripts.
This commit is contained in:
@@ -25,8 +25,8 @@ statischen Dateien kompiliert; ausgeliefert wird sie von nginx.
|
||||
| ------------------- | ----------------------------------------------------------------- |
|
||||
| `backend/` | PHP 8.5, Slim 4. BFF-Sitzung, Benutzerverwaltung, n8n-Weiterleitung |
|
||||
| `frontend/` | React 19 + Vite. Baut nach `frontend/dist/` |
|
||||
| `deploy/nginx/` | nginx-Site |
|
||||
| `deploy/php-fpm/` | php-fpm-Pool |
|
||||
| `deploy/*.sh` | Veröffentlichung aktivieren / zurückschalten |
|
||||
| `.gitea/workflows/` | Bau- und Ausrollstrecke |
|
||||
| `docs/` | Betrieb und n8n-Schnittstelle |
|
||||
| `legacy-nextjs/` | Die abgelöste Next.js-Fassung. Kann nach dem Umstieg weg |
|
||||
|
||||
Reference in New Issue
Block a user