2023-08-02 07:17:23 +03:00
2023-08-02 07:17:23 +03:00
2023-08-02 07:17:23 +03:00
2023-08-02 07:17:23 +03:00
2023-08-01 15:41:51 +03:00
2023-08-01 11:32:17 +03:00
2023-08-01 15:30:53 +03:00
2023-08-01 15:30:53 +03:00
2023-07-30 11:43:19 +03:00
2023-08-01 15:30:53 +03:00
2023-08-01 15:39:10 +03:00
2023-08-02 07:17:23 +03:00

pixelbattle

Self-hosted pixel battle written in NodeJS

Deploying

Traditional

To deploy this pixelbattle, you need to:

  1. Clone this repo: git clone https://git.foxarmy.org/leca/pixelbattle
  2. Install node deps: npm install
  3. Run: npm run prod

Docker:

  1. Clone this repo: git clone https://git.foxarmy.org/leca/pixelbattle
  2. Build docker image: docker-compose up --build
  3. After building, you can just run it: docker-compose up -d
  4. To update: git clone https://git.foxarmy.org/leca/pixelbattle docker-compose up --build

That's it!

Tips & tricks

  1. Server settings are located in ./settings.json, you need to change serverAddress in order to deploy

  2. When catches SIGUSR1, server will save a board with name read from settings file. SIGINT (CTRL + C) does the same but exit server when board is saved KILL WITH SIGTERM WILL NOT SAVE THE BOARD!

Description
Self-hosted pixel battle written in NodeJS
Readme 1.1 MiB
Languages
JavaScript 95.1%
Pug 4.1%
Dockerfile 0.8%