auth
All checks were successful
Build Org Backend / build (push) Successful in 18s

This commit is contained in:
2026-05-09 00:26:41 +01:00
parent efd096bb9a
commit c8937357e5
12 changed files with 210 additions and 25 deletions

View File

@@ -31,6 +31,13 @@ Create that file once on the server with the production values required by the
app. The Gitea deploy step verifies that it exists, but it does not create or
overwrite it.
Protected API routes require the shared API key from `ORG_BACKEND_API_KEY`.
Clients send it as:
```text
X-Org-Api-Key: <key>
```
The live systemd unit at `/etc/systemd/system/org-backend.service` is managed
as a symlink to `misc/org-backend.service`, so the project copy is the source of
truth.