Skip to content

Commit e4b110f

Browse files
authored
Updated App Certificate docs to reflect new updates
1 parent 42aa7b3 commit e4b110f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/configuration.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -591,18 +591,15 @@ After changing certificates, you can rebuild the entire frontend by running (./f
591591
Make sure that the output image is the same in your docker-compose.yml file. This should work seemlessly for you next.
592592

593593
### App Certificates
594-
As of November 2023, it's now possible to mount folders into apps. This is in order for you to have better control of what Shuffle Apps can do, with the main reason being to manage certificates.
594+
As of November 2023, it is possible to mount folders into apps. This is in order for you to have better control of what Shuffle Apps can do, with the main reason being to manage certificates or dynamic, large files.
595595

596-
To mount in certificates, add the following environment variable to the "Orborus" container, but change the source and destination folder. The item BEFORE the colon (:) is the source folder on your machine, with the one AFTER the colon (:) being for the destination folder in the app itself.
596+
To mount in certificates to ALL App containers, add the following environment variable to the "Orborus" container, but change the source and destination folder. The item BEFORE the colon (:) is the source folder on your machine, with the one AFTER the colon (:) being for the destination folder in the app itself.
597597

598-
If you want more folders mounted, add them with a comma.
598+
If you want more multiple folders mounted, add them with a comma. Folders MUST exist, otherwise apps may not run, and the Worker will throw an error in the logs with Workflow Runs not finishing.
599599
```
600-
SHUFFLE_VOLUME_BINDS="/etc/ssl/certs:/usr/local/share/ca-certificates,srcfolder2:dstfolder2"
600+
SHUFFLE_VOLUME_BINDS="/etc/ssl/certs:/usr/local/share/ca-certificates,srcfolder=dstfolder"
601601
```
602602

603-
**PS: This is in beta. Reach out to [email protected] if you have any trouble with this.
604-
**
605-
606603
### Using the Nginx Reverse Proxy for TLS/SSL
607604
If you intend to use Nginx as a Reverse Proxy, the main steps are below. [Here is a basic single-server architecture for it](https://jamboard.google.com/d/1zJU8yMzbsu-XWeZnch_5MoDwmMNkkN8ZmoGNLCaHPlU/edit?usp=sharing). The Docker version is further down.
608605

0 commit comments

Comments
 (0)