Skip to content

Commit 2e783c7

Browse files
💀, 💀
1 parent 2d450d2 commit 2e783c7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/private.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
private: "true"
3535
username: "your username"
3636
password: "your password"
37+
multiuser: "false"
3738
```
3839
6. Start the server
3940
```bash
@@ -61,11 +62,12 @@
6162
private: "true"
6263
username: "your username"
6364
password: "your password"
65+
multiuser: "false"
6466
```
6567
3. Follow the commands in the [docker instance](./docker.md) guide depending on what docker method you used
6668
- Docker Compose [here](./docker.md#docker-compose)
6769
- Docker Compose (build) [here](./docker.md#docker-compose-build)
68-
- Standalone Docker (not recommended) [here](./docker.md#standalone)
70+
- Standalone Docker (not recommended) [here](./docker.md#standalone) **NOT RECOMMENDED**
6971
7072
3a. Simply omit the step where it tells you to make a config.yml file (as you have already done that)
7173
@@ -95,9 +97,9 @@ Here is a list of things you will need to do:
9597
```yml
9698
port: 9293 #currently does nothing, but will be used in the future
9799
verboseLogging: "false" #change this to "true" to enable verbose logging
98-
private: "false" #change this to "true" to enable private mode
99-
username: "ruby" #change this to your username (when using private mode)
100-
password: "ruby" #change this to your password (when using private mode)
100+
private: "true" #change this to "true" to enable private mode
101+
username: "yourUsername" #change this to your username (when using private mode)
102+
password: "yourPassword" #change this to your password (when using private mode)
101103
102104
multiuser: "true" # set to true to enable multiuser mode when using private mode (if not using private mode, this will be ignored)
103105

0 commit comments

Comments
 (0)