No description
Find a file
2024-06-12 15:14:23 +02:00
certif corrected most bugs 2022-09-09 13:03:08 +02:00
src feat(bonus): rewrite 2024-06-12 15:11:28 +02:00
static feat(admin): admin page 2024-06-12 15:10:41 +02:00
templates feat(bonus): rewrite 2024-06-12 15:11:28 +02:00
.gitignore remove js code base 2024-06-12 15:14:23 +02:00
Cargo.lock vision implementation 2024-05-22 15:54:49 +02:00
Cargo.toml vision implementation 2024-05-22 15:54:49 +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
shell.nix no need of nightly 2024-06-03 13:26:58 +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.