Browse Source

Document `$APP_PASSWORD` and `$APP_SEED` env vars

dashboard-0.3.31
Luke Childs 3 years ago
committed by GitHub
parent
commit
9f34ed7c62
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/README.md

2
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:

Loading…
Cancel
Save