mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-27 07:05:03 +00:00
lightning-shell: Add missing permission & change username
This commit is contained in:
parent
dbecd1c80f
commit
a7c17d4e96
|
@ -14,7 +14,7 @@ metadata:
|
|||
description: >-
|
||||
This app allows you to access a lot of terminal apps directly on the web.
|
||||
|
||||
The default username for this app is (currently) "umbrel".
|
||||
The default username for this app is "citadel".
|
||||
developer: Ioan Bizău
|
||||
website: Ioan Bizău
|
||||
dependencies:
|
||||
|
@ -35,5 +35,8 @@ containers:
|
|||
port: 7681
|
||||
data:
|
||||
- data:/data
|
||||
permissions:
|
||||
- lnd
|
||||
environment:
|
||||
APP_PASSWORD: "${APP_SEED}"
|
||||
USERNAME: citadel
|
||||
|
|
Loading…
Reference in New Issue
Block a user