Compare commits
3 Commits
0.2.0+2.8.1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| eb73286de3 | |||
| 6a6d22a86c | |||
| 2d86295810 |
+24
-3
@@ -5,10 +5,31 @@ DOMAIN=silverbullet.example.com
|
||||
## Domain aliases
|
||||
#EXTRA_DOMAINS=', `www.silverbullet.example.com`'
|
||||
|
||||
## Change this to your desired username. Don't leave empty!
|
||||
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=
|
||||
|
||||
SB_USER="admin:password"
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
SECRET_SB_PASSWORD_VERSION=v1
|
||||
|
||||
## You can check https://silverbullet.md/Install/Configuration for help
|
||||
|
||||
+15
-2
@@ -12,7 +12,20 @@ services:
|
||||
environment:
|
||||
- SB_PASSWORD_FILE=/run/secrets/sb_password
|
||||
- USERNAME
|
||||
- SB_USER
|
||||
- SB_REMEMBER_ME_HOURS
|
||||
- SB_LOCKOUT_LIMIT
|
||||
- SB_LOCKOUT_TIME
|
||||
- SB_AUTH_TOKEN
|
||||
- SB_SHELL_BACKEND
|
||||
- SB_SHELL_WHITELIST
|
||||
- SB_NAME
|
||||
- SB_DESCRIPTION
|
||||
- SB_INDEX_PAGE
|
||||
- SB_SPACE_IGNORE
|
||||
- SB_HTTP_LOGGING
|
||||
- SB_LOG_PUSH
|
||||
- SB_DISABLE_SERVICE_WORKER
|
||||
- SB_URL_PREFIX
|
||||
volumes:
|
||||
- sb_data:/space
|
||||
secrets:
|
||||
@@ -36,7 +49,7 @@ services:
|
||||
# - "traefik.http.middlewares.${STACK_NAME}-redirectscheme.redirectscheme.scheme=https"
|
||||
# - "traefik.http.middlewares.${STACK_NAME}-redirectscheme.redirectscheme.permanent=true"
|
||||
## When you're ready for release, run "abra recipe sync <name>" to set this
|
||||
- "coop-cloud.${STACK_NAME}.version=0.2.0+2.8.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.3.0+2.8.1"
|
||||
## Enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore
|
||||
# - "backupbot.backup=true"
|
||||
# - "backupbot.backup.path=/some/path"
|
||||
|
||||
Reference in New Issue
Block a user