Files
nuchat/backend
Fergus Molloy 5fe2d7ba79
Some checks failed
Backend Actions / check (push) Failing after 1m24s
Backend Actions / build (push) Successful in 2m59s
Backend Actions / test (push) Failing after 3m14s
add check step
2025-07-22 00:29:08 +01:00
..
2025-07-22 00:11:00 +01:00
2025-07-22 00:29:08 +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-21 17:18:00 +01:00
2025-07-21 17:18:00 +01:00
2025-07-21 17:18:00 +01:00
2025-07-22 00:11:00 +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.