Initial commit: a0_software_orchestrator v1.0
- Auto-Registration-Bug behoben (register_project/get_project_id/resolve_project Trennung) - 25 Tests gruen (Pytest) - block_compactor-Tool refactored (Option B: Soft-Check statt Hard-Block) - 4 Restbaustellen gefixt - DB-Schema: plugin_settings-Tabelle hinzugefuegt - 3 Schattenprojekte aus DB geloescht - Plan v3 + Refactor-Plan + Worklog dokumentiert
This commit is contained in:
@@ -0,0 +1,101 @@
|
||||
# help.md
|
||||
|
||||
# Coolify Deployment Help Router
|
||||
|
||||
Immer zuerst laden:
|
||||
|
||||
```text
|
||||
00_global_contract.md
|
||||
16_deployment_shape_recognition.md
|
||||
11_security_stop_rules.md
|
||||
15_reports_checklists.md
|
||||
```
|
||||
|
||||
## Planning Mode
|
||||
|
||||
Laden, wenn Software vor Coding geplant wird:
|
||||
|
||||
```text
|
||||
26_deploy_agent_planning_mode.md
|
||||
01_core_model.md
|
||||
02_deployment_methods.md
|
||||
04_ports_proxy_domains.md
|
||||
05_env_secrets_keys.md
|
||||
06_volumes_storage.md
|
||||
08_healthchecks.md
|
||||
20_compose_authoring_strategies.md
|
||||
25_nixpacks_railpack_nix_files.md
|
||||
```
|
||||
|
||||
Nach Bedarf:
|
||||
|
||||
```text
|
||||
17_database_backend_selection.md
|
||||
18_worker_storage_consistency.md
|
||||
19_gateway_vs_proxy.md
|
||||
21_operations_backup_rollback.md
|
||||
22_resource_sizing.md
|
||||
23_registry_image_strategy.md
|
||||
24_ci_cd_image_pipeline.md
|
||||
```
|
||||
|
||||
## Execution Mode
|
||||
|
||||
Laden, wenn deployed wird:
|
||||
|
||||
```text
|
||||
01_core_model.md
|
||||
02_deployment_methods.md
|
||||
03_compose_translation.md
|
||||
04_ports_proxy_domains.md
|
||||
05_env_secrets_keys.md
|
||||
06_volumes_storage.md
|
||||
07_networks.md
|
||||
08_healthchecks.md
|
||||
14_api_usage.md
|
||||
15_reports_checklists.md
|
||||
```
|
||||
|
||||
## Debugging Mode
|
||||
|
||||
Laden bei Fehlern:
|
||||
|
||||
```text
|
||||
10_debugging_crashloops.md
|
||||
04_ports_proxy_domains.md
|
||||
05_env_secrets_keys.md
|
||||
06_volumes_storage.md
|
||||
07_networks.md
|
||||
08_healthchecks.md
|
||||
14_api_usage.md
|
||||
15_reports_checklists.md
|
||||
```
|
||||
|
||||
## Spezialmodule
|
||||
|
||||
```text
|
||||
09_nginx_apache.md Nginx/Apache/PHP-FPM/Gateway
|
||||
12_patterns.md Standard-Topologien
|
||||
13_examples_before_after.md Transformationsbeispiele
|
||||
17_database_backend_selection.md DB-Entscheidung
|
||||
18_worker_storage_consistency.md Web/Worker/Scheduler/Storage
|
||||
19_gateway_vs_proxy.md Coolify Proxy vs App-Gateway
|
||||
21_operations_backup_rollback.md Backup/Update/Rollback
|
||||
22_resource_sizing.md RAM/CPU/Disk/Build/Runtime
|
||||
23_registry_image_strategy.md Registry/Image/Tags/Digests
|
||||
24_ci_cd_image_pipeline.md CI baut Image, Coolify deployed
|
||||
25_nixpacks_railpack_nix_files.md Nixpacks/Railpack/Nix-Dateien
|
||||
26_deploy_agent_planning_mode.md Deploy-Agent als Planungsinstanz
|
||||
```
|
||||
|
||||
## Ausgabe
|
||||
|
||||
Jeder Lauf endet mit:
|
||||
|
||||
```text
|
||||
Entscheidung
|
||||
Begründung
|
||||
Matrizen
|
||||
Risiken
|
||||
nächste Aktion oder Blocker
|
||||
```
|
||||
Reference in New Issue
Block a user