Files
nuchat/backend
Fergus Molloy e90ffabf8b
Some checks failed
Backend Actions / test (push) Failing after 1m43s
Backend Actions / build (push) Successful in 2m2s
Backend Actions / check (push) Successful in 39s
check for nextest before running tests
2025-07-24 17:42:31 +01:00
..
2025-07-24 17:34:16 +01:00
2025-07-21 17:18:00 +01:00
2025-07-21 17:18:00 +01:00
2025-07-21 17:18:00 +01:00
2025-07-24 17:34:16 +01:00
2025-07-21 17:18:00 +01:00

Backend

Generate random secret using. This secret will be used to authenticate users on all /admin routes

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 env var is not set then this endpoint is completely exposed and allows anyone to shutdown the server.