From 8aa4355ca21893c666c23811d577cf597a90ee3b Mon Sep 17 00:00:00 2001 From: Mats <57910265+PolyRoboticsQC@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:44:44 -0400 Subject: [PATCH 1/2] Add Spokes App to templates --- templates.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index 2510dd16..af643241 100644 --- a/templates.json +++ b/templates.json @@ -1558,6 +1558,27 @@ "url": "https://github.com/portainer/templates", "stackfile": "edge/maestrohub/docker-compose.yml" } + }, + { + "type": 3, + "title": "Spokes", + "description": "Secure, self-hosted team chat with voice and video.", + "note": "Spokes requires a Master Password to encrypt your data.", + "categories": ["Communication", "Chat"], + "platform": "linux", + "logo": "https://spokes.sh/logo.png", + "repository": { + "url": "https://github.com/PCBeeQC/Spokes-Deploy", + "stackfile": "docker-compose.yml" + }, + "env": [ + { + "name": "SPOKES_MASTER_PASSWORD", + "label": "Master Password", + "description": "Create a secure Master Password used to encrypt secure channels escrow.", + "default": "YourSecurePassword" + } + ] } ] -} +} \ No newline at end of file From 2d2b3ce6965f378ca8e0fbe1ea437ebdbf3c929b Mon Sep 17 00:00:00 2001 From: Mats <57910265+PolyRoboticsQC@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:56:40 -0400 Subject: [PATCH 2/2] Remove default password from template --- templates.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates.json b/templates.json index af643241..56219aa5 100644 --- a/templates.json +++ b/templates.json @@ -1575,8 +1575,7 @@ { "name": "SPOKES_MASTER_PASSWORD", "label": "Master Password", - "description": "Create a secure Master Password used to encrypt secure channels escrow.", - "default": "YourSecurePassword" + "description": "Create a secure Master Password used to encrypt secure channels escrow." } ] }