- Copy .env.example to .env
- Read and change the file accordingly
- npm install && npm start
- Insert your password correctly and ping the machine using the check button!
- Ping the machine via IP
- HTTPs (run scripts/keygen.sh and place
localhost.key
andlocalhost.crt
into the ssl folder) - Run on multiple ports (edit the
HTTP_PORTS
and/orHTTPS_PORTS
) - Systemd service (see scripts/make_service.sh)
You can also store a hashed pasword (in sha256) in the .env file if you set PASSWORD_HASHED_SHA265
to true
.