Add documentation for adding new services to n8n-installer

- Introduced a comprehensive guide in add-new-service.mdc detailing the steps to add optional services using Docker Compose profiles.
- Included instructions for configuring the Caddyfile, .env.example, and scripts for secret generation and user prompts.
- Emphasized the importance of Basic Auth for public-facing services and provided a checklist for verification and application of changes.
This commit is contained in:
Yury Kossakovsky
2025-10-20 15:05:46 -06:00
parent ddef1044db
commit 45ecb142b6

View File

@@ -1,3 +1,6 @@
---
alwaysApply: false
---
# Guide: Adding a New Service to n8n-installer
This document shows how to add a new optional service (behind Docker Compose profiles) and wire it into the installer, Caddy, and final report.
@@ -162,3 +165,4 @@ docker compose -p localai logs -f --tail=200 caddy | cat
- [ ] Service selectable in `scripts/04_wizard.sh`
- [ ] Listed with URLs/credentials in `scripts/07_final_report.sh`
- [ ] One-line description added to `README.md`