Skip to content

Unofficial webhook service and REST API for the Final Fantasy XIV Lodestone.

License

Notifications You must be signed in to change notification settings

bioxz/lodestone

 
 

Repository files navigation

Lodestone

Unofficial webhook service and REST API for the Final Fantasy XIV Lodestone.

https://lodestone.stderr.cc/

Requirements

Installation

  1. `git clone https://github.com/bioxz/lodestone/
  2. bundle install
  3. cp config/webhook.yml.example config/webhook.yml
  4. bundle exec rackup

Screenshots

Webhook example

Screenshot

Installation and usage with Docker

  1. Run an instance of redis:alpine named redis for data storage. Don't forget to create a persistant data storage like /opt/redis/.
    • docker run --rm --name redis -v /opt/redis/:/data/ redis:alpine
  2. Get the lodestone webhook source
    • git clone https://github.com/bioxz/lodestone/
  3. Build the docker image
    • docker build -t lodestone:latest .
  4. Run the image. Adjust the client port (8080) to your needs
    • docker run --rm --name lodestone --link redis -p 127.0.0.1:8080:9292 lodestone:latest

FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.

FINAL FANTASY XIV © SQUARE ENIX CO., LTD.

About

Unofficial webhook service and REST API for the Final Fantasy XIV Lodestone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.5%
  • HTML 29.1%
  • CSS 3.4%