Runs backround server application for SteamPlayDB.com
- Clone repo.
cd
into repo.- Run
make
to setup and build project.
- Cop
.env_example
to.env
. - Read the Server Enviroment Variables section to see what settings are available and what the defaults are. Also make sure to set the
PUBLIC_DIR
to the absolute path of the directory you want. - Run
./bin/steamplaydb
.
Context of variables to set in the system (docker container) or .env file.
PUBLIC_DIR
= Directory of static files. Default: publicINDEX_FILE
= File to load if no file is indicated. Default: index.htmlAUTOCERT_CACHE
= Directory of auto certificates to load for the server.PORT
= Port to run the server on. Default: 80
Coming soon...