Unofficial webhook service and REST API for the Final Fantasy XIV Lodestone.
- Ruby ~> 2.4.1
- Redis
- `git clone https://github.com/bioxz/lodestone/
bundle install
cp config/webhook.yml.example config/webhook.yml
- Create an app and set these values appropriately
bundle exec rackup
- 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
- Get the lodestone webhook source
git clone https://github.com/bioxz/lodestone/
- Build the docker image
docker build -t lodestone:latest .
- 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.