Skip to content

Sid Meier's Civilization VI Play By Cloud API Webhook Proxy.

License

Notifications You must be signed in to change notification settings

evanlanester/Civ6PBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Civ6PBC

Sid Meier's Civilization VI Play By Cloud Node JS Webhook Proxy

Requirements:

Packages:

  • tmux (recommended but not necessary)
  • npm
  • nodejs

Quick Start:

apt install git node npm tmux -y
mkdir Civ6PBC
cd Civ6PBC
git clone https://github.com/evanlanester/Civ6PBC.git

Setup your Civ 6 Play By Cloud Webhook URL to your API Endpoint: Game Options -> Game -> Play By Cloud WebHook URL: https://api.example.com/pbc/

Keep security in mind when running an App with Public Access - Limit Permissions and use a Limited User Account

For example:

chown -R www-data:www-data
find -type f -exec chmod 644 {} \;
find -type d -exec chmod 755 {} \;

Tested and Maintained on Debian Linux

drawinghttps://www.debian.org/