No description
Find a file
2024-09-06 12:13:23 +02:00
certif corrected most bugs 2022-09-09 13:03:08 +02:00
src tracked see each other 2024-09-06 12:13:23 +02:00
static fix annerie dans geoLoc 2024-06-23 16:05:51 +02:00
templates uncomment geoLoc 2024-06-23 15:59:05 +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.