Git Product home page Git Product logo

eve-goons-waitlist's Introduction

eve-goons-waitlist

The ESI-enabled socket-based waitlist used by the Incursions squad in Goonfleet of Eve Online.

Installation and Setup

  • Clone repo
  • Run npm install to grab dependencies
  • Install a MongoDB instance
  • Create a setup.js file using the template below.

setup.js:

exports.oauth = {
	clientID: "YourDeveloperAppIDHere",
	secretKey: "YourSecretKeyHere",
	callbackURL: "http://<callbackURL>/auth/provider/callback",
	scopes: ['publicData','esi-location.read_location.v1','esi-location.read_ship_type.v1','esi-skills.read_skills.v1','esi-skills.read_skillqueue.v1','esi-wallet.read_character_wallet.v1','esi-killmails.read_killmails.v1','esi-assets.read_assets.v1','esi-fleets.read_fleet.v1','esi-fleets.write_fleet.v1','esi-ui.open_window.v1','esi-ui.write_waypoint.v1','esi-fittings.read_fittings.v1','esi-location.read_online.v1','esi-clones.read_implants.v1','esi-characters.read_fatigue.v1'],
	userAgent: 'express 4.9.5, eve-sso, goons-incursionauth 2.0.0',
	baseSSOUrl: "login.eveonline.com"
};

exports.data = {
	directory: "data", //Where data will be stored
	sessionSecret: "RandomStringHere",
	mongoDbURL: "mongoDB://localhost:27017",
	mongoDbName: "eve-goons-waitlist"
}

exports.fleet = {
	comms: [{
		name: "Incursions -> A",
		url: "mumble://mumble.goonfleet.com/Squads%20and%20SIGs/Incursions/Fleet%20A?title=Goonfleet&version=1.2.0"
	},{
		name: "Incursions -> B",
		url: "mumble://mumble.goonfleet.com/Squads%20and%20SIGs/Incursions/Fleet%20B?title=Goonfleet&version=1.2.0" 
	},{
		name: "Incursions -> C",
		url: "mumble://mumble.goonfleet.com/Squads%20and%20SIGs/Incursions/Fleet%20C?title=Goonfleet&version=1.2.0"
	},{
		name: "Incursions -> D",
		url: "mumble://mumble.goonfleet.com/Squads%20and%20SIGs/Incursions/Fleet%20D?title=Goonfleet&version=1.2.0"
	},]
}

exports.settings = {
	port: 80
}

exports.permissions = {
	"alliances": ["Alliance 1", "Alliance 2"] //Whitelisted Alliances
}

Many of the variables can be populated from here: https://developers.eveonline.com/

  • Run with node index.js.

Development with Docker

Setup your docker environment

Create a 'data' directory in the root of the repository In your setup.js point mongoDbURL to mongoDB://mongo:27017
To run your image then execute: docker-compose up
To rebuild your image execute: docker-compose build

eve-goons-waitlist's People

Watchers

 avatar  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.