feat: add default extension install (LNBITS_EXTENSIONS_DEFAULT_INSTALL)

This commit is contained in:
Vlad Stan 2023-02-16 10:48:12 +02:00
parent ef3beaaccf
commit 61fb44a04e
3 changed files with 33 additions and 4 deletions

View file

@ -36,6 +36,10 @@ LNBITS_DISABLED_EXTENSIONS="amilk"
# GitHub has rate-limits for its APIs. The limit can be increased specifying a GITHUB_TOKEN
# LNBITS_EXT_GITHUB_TOKEN=github_pat_xxxxxxxxxxxxxxxxxx
# Extensions to be installed by default. If an extension from this list is uninstalled then it will be re-installed on the next restart.
# The extension must be removed from this list in order to not be re-installed.
LNBITS_EXTENSIONS_DEFAULT_INSTALL="tpos"
# Database: to use SQLite, specify LNBITS_DATA_FOLDER
# to use PostgreSQL, specify LNBITS_DATABASE_URL=postgres://...
# to use CockroachDB, specify LNBITS_DATABASE_URL=cockroachdb://...