No description
Find a file
2023-09-06 18:00:45 +02:00
certif corrected most bugs 2022-09-09 13:03:08 +02:00
static self icons 2023-09-06 18:00:45 +02:00
.gitignore Facilité maj site, ajouté rep "static" 2022-09-12 13:49:35 +02:00
package.json Pas d'erreur de code mais timeout sur la géolocalisation 2022-09-08 17:48:53 +02:00
README.md ajouté warning sur certificats dans README 2022-09-12 14:17:34 +02:00
sample_config.js Issue #16 2023-06-16 17:29:45 +02:00
traque.js visibility change 2023-09-05 14:46:13 +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.