From 24eff8f3eb735274bfebde881d7b816733050b21 Mon Sep 17 00:00:00 2001 From: il Date: Sat, 16 May 2026 21:13:19 +0900 Subject: [PATCH] chore(outline): fix HSTS annotation typo --- config/services/containers/app/outline/outline.container.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/containers/app/outline/outline.container.j2 b/config/services/containers/app/outline/outline.container.j2 index a384843..56b1ceb 100644 --- a/config/services/containers/app/outline/outline.container.j2 +++ b/config/services/containers/app/outline/outline.container.j2 @@ -22,7 +22,7 @@ Environment="TZ={{ timezone }}" Environment="NODE_ENV=production" Environment="URL=https://{{ services['outline']['domain']['public'] }}.{{ domain['public'] }}" Environment="PORT=3000" -#Environment="FORCE_HTTPS=true" #HTST function is not required +#Environment="FORCE_HTTPS=true" #HSTS function is not required # Secrets Secret=OUTLINE_SECRET_KEY,type=env,target=SECRET_KEY