Coder Social home page Coder Social logo

evanlanester / civ6pbc Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 38 KB

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

License: GNU General Public License v3.0

JavaScript 54.30% Shell 2.83% HTML 42.87%
civ6 webhook api api-proxy javascript nodejs webhook-api

civ6pbc's Introduction

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/

civ6pbc's People

Contributors

evanlanester avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.