From 394c98c65ad2798fafc0da4c021050543c28b395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sun, 27 Jul 2025 11:00:41 +0200 Subject: [PATCH] chore: add commented http allowed variable closes #346 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c75a46..0d65690 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ services: - "3000:3000" environment: - JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset + # - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection volumes: - ./data:/app/data ```