From 9f34ed7c62666228ce3e4842ebeed0dadf0453d6 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 27 Dec 2021 22:59:06 +0700 Subject: [PATCH] Document `$APP_PASSWORD` and `$APP_SEED` env vars --- apps/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/README.md b/apps/README.md index 353f9e2..54b590c 100644 --- a/apps/README.md +++ b/apps/README.md @@ -151,6 +151,8 @@ services: # App specific environment variables # $APP_HIDDEN_SERVICE - The address of the Tor hidden service your app will be exposed at # $APP_DOMAIN - Local domain name of the app ("umbrel.local" on Umbrel OS) + # $APP_PASSWORD - Unique plain text password that can be used for authentication in your app, shown to the user in the Umbrel UI + # $APP_SEED - Unique 128 bit hex string deterministically derived from user's Umbrel seed and your app's ID # If your app has more services, like a database container, you can define those # services below: # db: