From 21ca343542f95f4236ca7cb279cbc9c92fe4ce22 Mon Sep 17 00:00:00 2001 From: gyurix Date: Thu, 2 Jan 2025 15:48:41 +0100 Subject: [PATCH] added missed secrets --- outline/outline-secret.json | 1 + outline/service-outline.json | 2 +- outline/template.json | 9 ++++++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/outline/outline-secret.json b/outline/outline-secret.json index 47efeca..36f523a 100644 --- a/outline/outline-secret.json +++ b/outline/outline-secret.json @@ -6,6 +6,7 @@ }, "outlineapp": { "SECRET_KEY": "#SECRET_KEY", + "UTILS_SECRET": "#UTILS_SECRET", "DATABASE_URL": "postgres://#DB_USER:#DB_PASSWORD@outlinepostgres-db:5432/#DB_NAME" } } \ No newline at end of file diff --git a/outline/service-outline.json b/outline/service-outline.json index 23aba33..1bf9f34 100644 --- a/outline/service-outline.json +++ b/outline/service-outline.json @@ -111,7 +111,7 @@ "REDIS_URL": "redis://outlineredis-app:6379" }, { - "URL": "" + "URL": "$OUTLINE_DOMAIN" }, { "PORT": 3000 diff --git a/outline/template.json b/outline/template.json index b0c9d9d..836dd74 100644 --- a/outline/template.json +++ b/outline/template.json @@ -6,7 +6,14 @@ "key": "SECRET_KEY", "value": "", "required": "true", - "generated": "random|md5|12" + "generated": "random|md5|32" + }, + { + "description": "Util secret key", + "key": "UTILS_SECRET", + "value": "", + "required": "true", + "generated": "random|md5|32" }, { "description": "Postgres database name",