Browse Source
Document `$APP_PASSWORD` and `$APP_SEED` env vars
dashboard-0.3.31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
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: |
|
|
|