Skip to content

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 56.8%
  • TypeScript 39.6%
  • SCSS 2.2%
  • JavaScript 1.2%
  • HTML 0.2%
  • Dockerfile 0.0%