Skip to content
/ docs Public

Commit d1c8c28

Browse files
committed
chore: update paths for secrets and properties
1 parent 2ddb2f1 commit d1c8c28

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

discord-bot/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ First, you need to create a new application in the [Discord Developer Portal](ht
1919

2020
![Oauth URL](./discord-oauth.png)
2121

22-
* Update the Redirect URL to your `WEB_DOMAIN` URL, which can be found in `INSTALL_DIR/base/properties/api-config.env`.
23-
* Update the `INSTALL_DIR/overlays/secrets/discord-secrets.env`, you need to update both the `DISCORD_CLIENT_ID` and `DISCORD_CLIENT_SECRET`.
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`.
2424

2525
4. Bot Tab
2626

2727
1. You will need to reset the bot token to get a new one.
2828

2929
![Reset Token](./discord-reset-token.png)
3030

31-
In the file `INSTALL_DIR/overlays/secrets/discord-secrets.env`, you need to update the `DISCORD_BOT_TOKEN`.
31+
In the file `INSTALL_DIR/overlays/local-secrets/discord-secrets.env`, you need to update the `DISCORD_BOT_TOKEN`.
3232

3333
2. Disable Public Bot
3434

install/cookie-domain.md

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

33
The cookie domain is the domain that the cookies will be set to. This is used to secure the cookies and prevent cross-site scripting (XSS) attacks. By Default the cookie domain is set to your `WEB_DOMAIN` (e.g. `.5stack.gg`) environment variable.
44

5-
This can be changed by setting the `AUTH_COOKIE_DOMAIN` environment variable which you can set in the `<INSTALL_DIR>/base/properties/api-config.env` file.
5+
This can be changed by setting the `AUTH_COOKIE_DOMAIN` environment variable which you can set in the `<INSTALL_DIR>/overlays/config/api-config.env` file.
66

77
::: warning
88
The cookie domain should have a `.` infront to allow the other subdomains to be used (e.g. `.api.5stack.gg`).

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 `base/properties` or `overlays/secrets` directories. If modified, you will need to update 5Stack. See the [Updating Guide](/install/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](/install/updating) for instructions.

install/nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Nginx Configuration
22

3-
If ports 80 and 443 are already in use on your system, you can modify the Nginx configuration by editing `<INSTALL_DIR>/base/properties/nginx-config.env`.
3+
If ports 80 and 443 are already in use on your system, you can modify the Nginx configuration by editing `<INSTALL_DIR>/overlays/config/nginx-config.env`.

s3/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ The S3 storage is primarily used for storing match demos and backups. When a mat
1010

1111
The default configuration uses MinIO, but you can override this by modifying the following files:
1212

13-
1. Update the S3 `S3_ENDPOINT`, `S3_USE_SSL`, and `S3_PORT` configuration in `<INSTALL_DIR>/base/properties/s3-config.env`:
13+
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/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.

0 commit comments

Comments
 (0)