Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sync authored Aug 21, 2024
1 parent 0f165c3 commit aa3d52d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you need more then you can use collections to condense the list into a single
* _[!288520](https://store.steampowered.com/app/288520) Arma 3 Karts (DLC)_

## Self hosting
NodeJS or PHP runtime is required to relay backend calls to the steam API. _(CORS disabled 😔)_
NodeJS, PHP, Python or Docker is required to relay backend calls to the steam API. _(CORS disabled 😔)_
Spin up an instance on `http://localhost/` with one of these commands:
* nodejs: `node server.js`
* python: `python server.py`
Expand All @@ -85,6 +85,7 @@ Spin up an instance on `http://localhost/` with one of these commands:
_The app can be served from under any subdomain or path._

### Environmental variables
`PORT` controls the listener port of NodeJS and Python servers. _[default: 80]_
`CACHE_MAX_AGE` controls the browser cache for backend requests in seconds. _[default: 0]_
`STEAM_WEB_API_KEY` enables the usage of [API key](https://steamcommunity.com/dev/apikey) protected steam endpoints. (optional but recommended ⚠) _[default: empty]_
_the public API fails on some workshop IDs where the key protected one returns details just fine 🤷‍♂️_
Expand Down

0 comments on commit aa3d52d

Please sign in to comment.