Skip to content

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

License

Notifications You must be signed in to change notification settings

Noires/light-archives

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.4%
  • TypeScript 46.2%
  • JavaScript 2.0%
  • SCSS 0.9%
  • HTML 0.3%
  • Handlebars 0.1%
  • Other 0.1%