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

This reverts commit c8937357e5.
This commit is contained in:
2026-05-09 01:19:43 +01:00
parent 6dac9e7cc1
commit 0e5f8d7b1c
12 changed files with 25 additions and 210 deletions

View File

@@ -31,13 +31,6 @@ 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.