You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/Install/Configuration.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,6 @@ Configuration only relevant to docker deployments:
41
41
42
42
*`PUID`: Runs the server process with the specified UID (default: whatever user owns the `/space` mapped folder)
43
43
*`PGID`: Runs the server process with the specified GID (default: whatever group owns the `/space` mapped folder)\
44
-
*`SB_APT_PACKAGES`: will install additional (ubuntu) packages inside the container upon boot. Example: `SB_APT_PACKAGES="ripgrep pandoc"`
45
-
**Note:** This installation happens asynchronously in the background (you can see it happen in the server output) unless `SB_APT_SYNC` is set (see bellow)
46
-
*`SB_APT_SYNC`: when set, will _first_ install APT packages configured with `SB_APT_PACKAGES` before booting SilverBullet itself.
Copy file name to clipboardExpand all lines: website/Install/Docker.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,14 @@ There you go!
41
41
42
42
Note that to get offline mode to work you need to serve SilverBullet with HTTPS, via for example a reverse proxy.
43
43
44
+
# Installing additional packages
45
+
46
+
If you would like to install additional packages into your docker container (e.g. to call via [[API/shell]]), you can do so by creating a [[CONTAINER_BOOT]] page in your space.
47
+
48
+
In this page, put `apt` commands install the (ubuntu) packages you would like to install.
49
+
50
+
This page will be run as a bash script upon container boot (hence its name). You can monitor its progress by checking your server’s logs.
51
+
44
52
# Versions
45
53
As we’re working on SilverBullet v2, your only real option is to use the “edge” versions with the `:v2` tag.
0 commit comments