Giter Club home page Giter Club logo

ddb-proxy's Introduction

THIS FORK

This fork is an adaption, with a few features, that are only available on the server run by MrPrimate. I added the things needed to make it work. (You can enable the patreon only features if you like).

All the credit goes to him, and former developers, who did a great job. I do not want any credits, support nor responsibility. If that is OK for you simply execute the following line within the javascript console of your browser while in foundry vtt.

game.settings.set("ddb-importer", "api-endpoint", "https://vtt-ddb.bilger.info");

As mentioned before it may work, and as long as I need it it will. Use it freely.

ddb-proxy

This proxy allows for communication with DDB for use integrating content into Foundry VTT.

It provides the following backend functionality for ddb-importer

  • Characters
  • Spells
  • Items
  • Monsters

Setup

You need to be using ddb-importer version 0.6.32 or higher.

Run this as a nodeJS app the standard way.

It must be proxied behind a service providing an SSL/TLS encryption if you are not running on your local machine.

In the web browsers developer console run the following commands:

game.settings.set("ddb-importer", "custom-proxy", true);
game.settings.set("ddb-importer", "api-endpoint", "YOUR_URL_HERE");

To revert:

game.settings.set("ddb-importer", "api-endpoint", "https://proxy.ddb.mrprimate.co.uk");
game.settings.set("ddb-importer", "custom-proxy", false);

Why is x feature missing

This is a cut down, MVP implementation of the proxy, it is meant for individual use and does not implement caching. It should not be run as a service for others.

It does not include and features in development.

Support

No support is provided for this software.

ddb-proxy's People

Contributors

m42e avatar mivalsten avatar mrprimate avatar

Stargazers

 avatar  avatar

Forkers

shauneh

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.