relay: forward raw Gitea events unchanged
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user