From 939fdbb68bb48f259d21ac5860f60c34e41329d3 Mon Sep 17 00:00:00 2001 From: DashCaddy Polish Loop Date: Sun, 13 Sep 2026 04:42:04 -0700 Subject: [PATCH] fix(services): commit deployed sec.sami card addition (staged during last night's deploy, missed the commit) --- dashcaddy-api/data/services.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dashcaddy-api/data/services.json b/dashcaddy-api/data/services.json index 3526823..298836c 100644 --- a/dashcaddy-api/data/services.json +++ b/dashcaddy-api/data/services.json @@ -105,5 +105,13 @@ "containerId": null, "appTemplate": "sami-files", "deployedAt": "2026-06-19T00:00:00.000Z" + }, + { + "id": "sec", + "name": "Security", + "logo": "/assets/chat.png", + "url": "https://sec.sami", + "ip": "localhost", + "tailscaleOnly": true } -] \ No newline at end of file +] \ No newline at end of file