No description
Find a file
2024-09-08 15:06:45 +02:00
certif corrected most bugs 2022-09-09 13:03:08 +02:00
src tracker don't see npcs 2024-09-08 15:06:45 +02:00
static Réduction zone de jeu 2024-09-08 14:55:37 +02:00
templates admin can find a team 2024-09-06 12:58:38 +02:00
.gitignore nginx separate serving is not for debug 2024-06-14 00:01:57 +02:00
Cargo.lock custom errors 2024-06-17 15:39:56 +02:00
Cargo.toml custom errors 2024-06-17 15:39:56 +02:00
points.svg new npc colors 2023-09-11 17:44:18 +02:00
README.md ajouté warning sur certificats dans README 2022-09-12 14:17:34 +02:00
Rocket.toml fairness localisation 2024-09-04 13:30:32 +02:00
shell.nix no need for nixos-shell in the end 2024-06-23 12:18:10 +02:00

Traque

Requirements

sudo apt install node npm
cd traque
npm install

Configuration

cp -p sample_config.js config.js

Then edit manually config.js.

Run server

node traque.js

Then visit localhost:9000.

About certificates

For testing purpose, a self-signed certificate (and the associated private key) is present in the certif directory. It should not be used for anything but testing. The default sample_config.js uses this certificate.