Skip to content

Commit cc0dbec

Browse files
committed
polish
1 parent 32e2664 commit cc0dbec

File tree

3 files changed

+3427
-592
lines changed

3 files changed

+3427
-592
lines changed

docs/server-docs/setup/truenas-scale.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ PGID: 568
3535

3636
**Configuring Storage**
3737

38-
GameVault expects three directories:
38+
GameVault expects three directories:
39+
3940
- a directory where your games are located - mounted to the /files directory internally
4041
- a directory for GameVault to store the database files - mounted to the /var/lib/postgresql/data directory internally
4142
- a database for GameVault to store its media - mounted to the /media directory internally
4243

43-
These directories will need to be created before you can deploy GameVault on your TrueNAS Scale server.
44+
These directories will need to be created before you can deploy GameVault on your TrueNAS Scale server.
4445
If you have not yet done so, create the needed directories before continuing, and ensure your chosen user has read/write access to all three of the directories.
4546

4647
## Step 2a: Setting your GameVault Admin user
@@ -102,7 +103,7 @@ Click the three dot icon next the the "Custom App" button:
102103
103104
Then, select the option to "Install via YAML":
104105
105-
![Scale-EE-Step-4a](/img/docs/setup/scale/Scale-EE-Step4a.png)
106+
![Scale-EE-Step-4a](/img/docs/setup/scale/Scale-EE-Step-4a.png)
106107
107108
In the pop-out window, enter the name of the custom app: for this example we used "gamevault-backend"
108109
@@ -120,7 +121,6 @@ You have now successfully set up your GameVault Server using TrueNAS Scale!
120121
121122
[Click here to continue.](setup.md#what-next)
122123
123-
124124
## Additional Info
125125
126126
### Stopping the Server
@@ -155,7 +155,7 @@ You will see the previous number of log lines up to the number you entered, and
155155
156156
### Troubleshooting
157157
158-
If you recieve any errors while trying to save your GameVault configuration, be sure that all indents/spacing is correct YAML syntax.
158+
If you recieve any errors while trying to save your GameVault configuration, be sure that all indents/spacing is correct YAML syntax.
159159
You can try a few things to ensure proper formatting:
160160
161161
- Use a text editor that maintains indents properly, such as Notepad++

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@
1515
},
1616
"dependencies": {
1717
"@cmfcmf/docusaurus-search-local": "^1.2.0",
18-
"@docusaurus/core": "3.5.2",
19-
"@docusaurus/plugin-client-redirects": "^3.5.2",
20-
"@docusaurus/preset-classic": "3.5.2",
21-
"@docusaurus/theme-common": "^3.5.2",
18+
"@docusaurus/core": "3.6.2",
19+
"@docusaurus/plugin-client-redirects": "^3.6.2",
20+
"@docusaurus/preset-classic": "3.6.2",
21+
"@docusaurus/theme-common": "^3.6.2",
2222
"@mdx-js/react": "^3.1.0",
2323
"clsx": "^2.1.1",
2424
"docusaurus-plugin-image-zoom": "^2.0.0",
2525
"prism-react-renderer": "^2.4.0",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
28-
"swetrix": "^3.4.1"
28+
"swetrix": "^3.5.2"
2929
},
3030
"devDependencies": {
31-
"@docusaurus/module-type-aliases": "3.5.2",
32-
"@docusaurus/types": "^3.5.2",
31+
"@docusaurus/module-type-aliases": "3.6.2",
32+
"@docusaurus/types": "^3.6.2",
3333
"autoprefixer": "^10.4.20",
34-
"postcss": "^8.4.47",
34+
"postcss": "^8.4.49",
3535
"postcss-import": "^16.1.0",
3636
"prop-types": "^15.8.1",
37-
"tailwindcss": "^3.4.14"
37+
"tailwindcss": "^3.4.15"
3838
},
3939
"browserslist": {
4040
"production": [

0 commit comments

Comments
 (0)