This commit is contained in:
parent
9aa58ae23f
commit
87b09af73e
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@ cp .env.example .env
|
||||||
| `LANYARD_USER_ID` | Your Discord user ID, for the default page |
|
| `LANYARD_USER_ID` | Your Discord user ID, for the default page |
|
||||||
| `LANYARD_INSTANCE` | Endpoint of the Lanyard instance |
|
| `LANYARD_INSTANCE` | Endpoint of the Lanyard instance |
|
||||||
| `BADGE_API_URL` | Badge API URL ([badgeAPI](https://git.creations.works/creations/badgeAPI)) |
|
| `BADGE_API_URL` | Badge API URL ([badgeAPI](https://git.creations.works/creations/badgeAPI)) |
|
||||||
|
| `REVIEW_DB` | Enables showing reviews from reviewdb on user pages |
|
||||||
| `STEAMGRIDDB_API_KEY` | SteamGridDB API key for fetching game icons |
|
| `STEAMGRIDDB_API_KEY` | SteamGridDB API key for fetching game icons |
|
||||||
|
|
||||||
#### Optional Lanyard KV Variables (per-user customization)
|
#### Optional Lanyard KV Variables (per-user customization)
|
||||||
|
@ -77,6 +78,7 @@ These can be defined in Lanyard's KV store to customize the page:
|
||||||
| `readme` | URL to a README displayed on the profile (`.md` or `.html`) |
|
| `readme` | URL to a README displayed on the profile (`.md` or `.html`) |
|
||||||
| `css` | URL to a css to change styles on the page, no import or require allowed |
|
| `css` | URL to a css to change styles on the page, no import or require allowed |
|
||||||
| `optout` | Allows users to stop sharing there profile on the website (`true` / `false`) |
|
| `optout` | Allows users to stop sharing there profile on the website (`true` / `false`) |
|
||||||
|
| `reviews` | Enables reviews from reviewdb (`true` / `false`) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue