All checks were successful
Backend Actions / check (push) Successful in 1m21s
Frontend Actions / check (push) Successful in 1m33s
Backend Actions / build (push) Successful in 3m33s
Frontend Actions / build (push) Successful in 1m27s
Frontend Actions / test (push) Successful in 1m10s
Backend Actions / test (push) Successful in 5m28s
Backend
Generate random secret using openssl. This secret will be used to authenticate users on all /admin routes.
If no secret is given then no authentication will be required
nuchat --admin-secret $(openssl rand --base64 32)
Features
shutdown
this feature enables an endpoint that allows you to shutdown the server.
WARNING: If the admin-secret flag is not set then this endpoint is completely exposed and allows anyone to shutdown the server.