Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/shadowbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-

Use `sudo --preserve-env` if you need to pass environment variables. Use `bash -x` if you need to debug the installation.

You can retrieve access key in following location of docker container
```
# legacy
cat /opt/outline/access.txt
# current
# access key config
cat /root/shadowbox/persisted-state/shadowbox_config.json
# server configuration
cat /root/shadowbox/persisted-state/shadowbox_server_config.json
```


## Running from source code

### Prerequisites
Expand Down