/light-archives

German directory for RP characters/FCs/venues on the Light datacenter in FFXIV based on chaos-archives by Maia-Everett.

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Light Archives

The prototype of the RP portal for the Light EU datacenter in FFXIV based on chaos-archives from the great Maia-Everett. Thanks again!

Building

Client

cd client
quasar build

Server

cd server
yarn docker:build

Deploying

Currently the frontend and the API are served from the same HTTP host.

Client

Just copy dist/spa to your web root or set up your web server to serve it directly.

Server

cd server
docker-compose up -d

Set up your web server to proxy the /api directory to the API server (runs HTTP on port 8111 by default). Also, for RPP character update subscriptions to work, the /socket.io directory needs to be proxied to the same server as a WebSocket endpoint (see Socket.io documentation for details).