Refactor org backend and remove obsolete code
All checks were successful
Build Org Backend / build (push) Successful in 15s

This commit is contained in:
2026-07-21 13:38:25 +01:00
parent 016b9dcd81
commit cdbdcc5832
84 changed files with 1026 additions and 2835 deletions

View File

@@ -31,6 +31,12 @@ 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.
Datasource credentials and `JWT_SECRET` are required environment values; they
are intentionally not stored in the Spring profile files. Start from
`misc/org-backend.env.example` and keep the populated file outside the
repository. Rotate any credential that was previously committed before using
this version in production.
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.