Files
nuchat/backend
Fergus Molloy 84bbbab6ea
Some checks failed
Backend Actions / build (push) Successful in 52s
Backend Actions / check (push) Failing after 1m7s
Frontend Actions / check (push) Successful in 1m35s
Frontend Actions / build (push) Successful in 1m36s
Backend Actions / test (push) Failing after 2m1s
Frontend Actions / test (push) Successful in 52s
add prepared sqlx files
2025-07-28 01:30:32 +01:00
..
2025-07-28 01:30:32 +01:00
2025-07-28 00:56:41 +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-28 00:56:41 +01:00
2025-07-28 00:56:41 +01:00
2025-07-21 17:18:00 +01:00
2025-07-25 00:39:51 +01:00
2025-07-25 00:39:51 +01:00

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.