Skip to content

Commit 00e8e26

Browse files
committed
chore: update to use fullchain
1 parent 6827cee commit 00e8e26

8 files changed

Lines changed: 31 additions & 35 deletions

File tree

advanced/discord-bot/index.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,34 @@
77
First, you need to create a new application in the [Discord Developer Portal](https://discord.com/developers/applications).
88

99
1. New Application
10-
![Create Application](./discord-create-application.png)
10+
![Create Application](./discord-create-application.png)
1111

1212
2. Installation Tab
1313

14-
Only allow Guild Installs and set Intsall link to `none`
14+
Only allow Guild Installs and set Intsall link to `none`
1515

16-
![Installation Tab](./discord-installation.png)
16+
![Installation Tab](./discord-installation.png)
1717

1818
3. Oauth Tab
1919

20-
![Oauth URL](./discord-oauth.png)
20+
![Oauth URL](./discord-oauth.png)
21+
- Update the Redirect URL to your `WEB_DOMAIN` URL, which can be found in `INSTALL_DIR/overlays/config/api-config.env`.
22+
- Update the `INSTALL_DIR/overlays/local-secrets/discord-secrets.env`, you need to update both the `DISCORD_CLIENT_ID` and `DISCORD_CLIENT_SECRET`.
2123

22-
* Update the Redirect URL to your `WEB_DOMAIN` URL, which can be found in `INSTALL_DIR/overlays/config/api-config.env`.
23-
* Update the `INSTALL_DIR/overlays/local-secrets/discord-secrets.env`, you need to update both the `DISCORD_CLIENT_ID` and `DISCORD_CLIENT_SECRET`.
24+
4. Bot Tab
25+
1. You will need to reset the bot token to get a new one.
2426

25-
4. Bot Tab
27+
![Reset Token](./discord-reset-token.png)
2628

27-
1. You will need to reset the bot token to get a new one.
29+
In the file `INSTALL_DIR/overlays/local-secrets/discord-secrets.env`, you need to update the `DISCORD_BOT_TOKEN`.
30+
2. Disable Public Bot
2831

29-
![Reset Token](./discord-reset-token.png)
32+
![Public Bot](./discord-public-bot.png)
3033

31-
In the file `INSTALL_DIR/overlays/local-secrets/discord-secrets.env`, you need to update the `DISCORD_BOT_TOKEN`.
32-
33-
2. Disable Public Bot
34-
35-
![Public Bot](./discord-public-bot.png)
3634
5. Update the Panel
3735

3836
See [Update Guide](/updating) for instructions on updating the panel.
3937

40-
6. Invite the Bot to your Server
38+
6. Invite the Bot to your Server
4139

4240
The Discord Bot can only be invited to a server by an administrator, and it can be accessed at the `WEB_DOMAIN` URL: `https://<WEB_DOMAIN>/discord-bot`.
43-

advanced/s3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The default configuration uses MinIO, but you can override this by modifying the
1212

1313
1. Update the S3 `S3_ENDPOINT`, `S3_USE_SSL`, and `S3_PORT` configuration in `<INSTALL_DIR>/overlays/config/s3-config.env`:
1414

15-
2. Update the S3 credentials in `<INSTALL_DIR>/overlays/local-secrets/s3-secrets.env` with your provider's access key and secret key.
15+
2. Update the S3 credentials in `<INSTALL_DIR>/overlays/local-secrets/s3-secrets.env` with your provider's access key and secret key.

community/developer/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ git clone git@github.com:5stackgg/5stack-panel.git ~/code/5stack
2727
Run `./dev.sh` to start the development environment.
2828

2929
:::warning
30-
* The game-server does not currently support ARM-based systems.
31-
* Installing or running CS servers is not currently available on ARM-based systems.
32-
* Displayed CPU information may be inaccurate.
33-
* Multi-node setups with Tailscale are not currently supported.
34-
* Update warnings will persist and not disappear.
30+
31+
- The game-server does not currently support ARM-based systems.
32+
- Installing or running CS servers is not currently available on ARM-based systems.
33+
- Displayed CPU information may be inaccurate.
34+
- Multi-node setups with Tailscale are not currently supported.
35+
- Update warnings will persist and not disappear.
3536

3637
If you encounter any issues, please report them to the development team.
3738
:::
@@ -42,4 +43,4 @@ If you want to run this in Firefox on macOS, install `nss` via Homebrew to enabl
4243

4344
```bash
4445
brew install nss
45-
```
46+
```

community/localization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Our web application uses [Crowdin](https://crowdin.com/project/5stack) to manage translations. You can help improve our language support by contributing translations directly on Crowdin.
44

5-
For the Game Server, translations are managed separately and are not currently linked to Crowdin. If you find any issues or want to suggest changes to the Game Server translations, please open a pull request on our [GitHub repository](https://github.com/5stackgg/game-server/tree/main/src/lang).
5+
For the Game Server, translations are managed separately and are not currently linked to Crowdin. If you find any issues or want to suggest changes to the Game Server translations, please open a pull request on our [GitHub repository](https://github.com/5stackgg/game-server/tree/main/src/lang).

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ const members = [
6262
</div>
6363

6464
<VPTeamMembers :members="members" />
65-
</div>
65+
</div>

install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Please ensure you have met the [Requirements](/install/requirements) before you
1414

1515
Inside the 5Stack-Panel directory, run the installation script `./install.sh`.
1616

17-
After installing, you can make changes to the configuration files in the `overlays/config` or `overlays/local-secrets` directories. If modified, you will need to update 5Stack. See the [Updating Guide](/updating) for instructions.
17+
After installing, you can make changes to the configuration files in the `overlays/config` or `overlays/local-secrets` directories. If modified, you will need to update 5Stack. See the [Updating Guide](/updating) for instructions.

install/reverse-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ server {
1919
server_name your-domain.com *.your-domain.com;
2020
2121
# SSL certificate configuration
22-
ssl_certificate /path/to/cert.pem;
22+
ssl_certificate /path/to/fullchain.pem;
2323
ssl_certificate_key /path/to/key.pem;
2424
2525
# Proxy configuration

servers/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Servers
2-
5Stack provides two different methods of managing servers, [game server nodes](#what-is-a-game-server-node) and [dedicated servers](#what-is-a-dedicated-server) .
1+
# Servers
2+
3+
5Stack provides two different methods of managing servers, [game server nodes](#what-is-a-game-server-node) and [dedicated servers](#what-is-a-dedicated-server) .
34

45
## What is a Game Server Node
56

@@ -13,14 +14,12 @@ The number of servers you can run depends on your machine’s hardware specifica
1314
Each game server node should have around 150 GB of available disk space. This space is needed for the Counter-Strike game files and for storing demo recordings of each match (up to 1 GB per match, which will be uploaded and deleted after uploading).
1415
:::
1516

16-
1717
## What is a Dedicated Server
1818

1919
A [dedicated server](./dedicated-servers/) is a standalone server that runs independently from a Kubernetes cluster. Here are the advantages of running a dedicated server:
2020

21-
* Full control over server configuration and plugins
22-
* Freedom to choose any hosting provider or self-host
23-
21+
- Full control over server configuration and plugins
22+
- Freedom to choose any hosting provider or self-host
2423

2524
## Should I Use Dedicated Servers or Game Server Nodes?
2625

@@ -44,7 +43,6 @@ Game server nodes offer several advantages:
4443

4544
**Dedicated servers are recommended for multi-regional competitive matches**, especially if you use a provider like [DATHOST](https://dathost.net/), giving you more flexibility in server location and hosting options.
4645

47-
4846
:::info
4947
While not officially affiliated with DATHOST, 5Stack plans to add support for automated server provisioning through their service in a future update.
50-
:::
48+
:::

0 commit comments

Comments
 (0)