mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user