relay: forward raw Gitea events unchanged

This commit is contained in:
2026-08-23 02:31:32 +00:00
parent 7b36d95293
commit 6a037d557c
4 changed files with 26 additions and 39 deletions
+4 -5
View File
@@ -42,12 +42,11 @@ in
};
};
# The relay forwards into a named Hermes webhook subscription. Keep the
# subscription declaratively present without replacing the rest of Hermes's
# runtime-managed webhook state. The secret is already in the container's
# environment file, but never appears in this unit or the Nix store.
# The relay forwards into a generic Hermes webhook subscription. Keep the
# subscription declaratively present without putting event policy or prompt
# text in this transport unit. Hermes owns interpretation and response policy.
systemd.services.hermes-agent-webhook-route = {
description = "Configure Hermes Gitea PR comment webhook route";
description = "Configure Hermes Gitea event webhook route";
wantedBy = [ "multi-user.target" ];
after = [ "podman-hermes-agent.service" ];
requires = [ "podman-hermes-agent.service" ];