Files
silverbullet/.env.sample
2026-06-02 10:08:50 +02:00

36 lines
813 B
Plaintext

TYPE=silverbullet
DOMAIN=silverbullet.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.silverbullet.example.com`'
USERNAME=admin
SB_NAME="co-op cloud silverbullet"
SB_DESCRIPTION="A co-op cloud hosted silverbullet instance"
## General config
#SB_INDEX_PAGE=
#SB_SPACE_IGNORE=
#SB_HTTP_LOGGING=
#SB_LOG_PUSH=
#SB_DISABLE_SERVICE_WORKER=
#SB_URL_PREFIX=
## Auth options
#SB_REMEMBER_ME_HOURS=168
#SB_LOCKOUT_LIMIT=10
#SB_LOCKOUT_TIME=60
#SB_AUTH_TOKEN=true
## Some plugs need to be able to run shell commands. This is a security risk.
## By default silverbullet allows this but turning it off seems like a better
## default to me.
SB_SHELL_BACKEND=off
#SB_SHELL_WHITELIST=
LETS_ENCRYPT_ENV=production
SECRET_SB_PASSWORD_VERSION=v1
## You can check https://silverbullet.md/Install/Configuration for help