From 45ecb142b67dbd44adcdaeb4270a37908f92543b Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Mon, 20 Oct 2025 15:05:46 -0600 Subject: [PATCH] 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. --- ADDING_NEW_SERVICE.md => .cursor/rules/add-new-service.mdc | 4 ++++ 1 file changed, 4 insertions(+) rename ADDING_NEW_SERVICE.md => .cursor/rules/add-new-service.mdc (99%) diff --git a/ADDING_NEW_SERVICE.md b/.cursor/rules/add-new-service.mdc similarity index 99% rename from ADDING_NEW_SERVICE.md rename to .cursor/rules/add-new-service.mdc index 01dcd61..e970ac0 100644 --- a/ADDING_NEW_SERVICE.md +++ b/.cursor/rules/add-new-service.mdc @@ -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` +