-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README on contact info within user agent
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,12 +32,13 @@ Docker is required to easily coordinate and run multiple services at once. | |
5. Create a copy of the existing `.env.example` file and rename it to `.env.prod` | ||
6. Replace all relevant values in the `.env.prod` file with your own values | ||
1. If you have your own MongoDB instance, set `BACKEND_API_MONGODB_URI` to your MongoDB URI | ||
2. Replace all instances of "BOT_TOKEN_HERE" with your Discord bot application token | ||
3. Replace all instances of "BOT_CLIENT_ID_HERE" with your Discord bot application ID | ||
4. Replace all instances of "BOT_CLIENT_SECRET_HERE" with your Discord bot application secret | ||
5. Set `BACKEND_API_SESSION_SECRET` to a random 64-character string | ||
6. Set `BACKEND_API_SESSION_SALT` to a random 16-character string | ||
7. Add `http://localhost:8000/api/v1/discord/callback-v2` to the list of redirect URIs in your Discord application in the OAuth2 page | ||
2. Add your email at the end of `FEED_REQUESTS_FEED_REQUEST_DEFAULT_USER_AGENT` for feed hosts to be able to contact you if you violate their usage policies. For example, `MonitoRSS [Self-Hosted]/1.0 [email protected]`. | ||
3. Replace all instances of "BOT_TOKEN_HERE" with your Discord bot application token | ||
4. Replace all instances of "BOT_CLIENT_ID_HERE" with your Discord bot application ID | ||
5. Replace all instances of "BOT_CLIENT_SECRET_HERE" with your Discord bot application secret | ||
6. Set `BACKEND_API_SESSION_SECRET` to a random 64-character string | ||
7. Set `BACKEND_API_SESSION_SALT` to a random 16-character string | ||
8. Add `http://localhost:8000/api/v1/discord/callback-v2` to the list of redirect URIs in your Discord application in the OAuth2 page | ||
7. Run `docker compose up -d` | ||
- If you run into issues with network timeouts, pass the parallel flag to only build 1 container at once: `docker compose --parallel 1 up -d` | ||
- Any containers ending in `-migration` do not need to be running | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters