From f190414c1b6f037468ebc4c4e23bea66061c0d51 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:32:55 -0600 Subject: [PATCH] Remove Umami blueprint template --- blueprints/umami/template.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 blueprints/umami/template.yml diff --git a/blueprints/umami/template.yml b/blueprints/umami/template.yml deleted file mode 100644 index d9bed628..00000000 --- a/blueprints/umami/template.yml +++ /dev/null @@ -1,13 +0,0 @@ -variables: - main_domain: ${randomDomain} - -config: - domains: - - serviceName: umami - port: 3000 - host: ${main_domain} - - env: - APP_SECRET: ${base64:64} - - mounts: []