Runs backround server application for SteamPlayDB.com
- Clone repo.
cdinto repo.- Run
maketo setup and build project.
- Cop
.env_exampleto.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_DIRto 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...