From b3cd551e5a3a3e273e1650f5e06f8cc0eb9f2280 Mon Sep 17 00:00:00 2001 From: ultrablob Date: Tue, 1 Jul 2025 19:42:22 -0400 Subject: [PATCH] Add no-auth docs to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 697a01c..3a85fbd 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ services: - "8004:8000" environment: # FILL THESE IN + # If you are using TRUSTED_LOCAL_EMAIL, leave the username and password blank TIMEZONE: EST BEAVERHABITS_URL: "" # no path, just the base URL BEAVERHABITS_USERNAME: "" # yes i know this is bad