From 9cc1bd94a6e20adab16bd6bdb81925b934cda176 Mon Sep 17 00:00:00 2001 From: "Troll (Hermes Agent)" Date: Tue, 4 Aug 2026 17:45:16 +0000 Subject: [PATCH] Trim Hermes API key section on settings page --- templates/admin/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/settings.html b/templates/admin/settings.html index 297737b..dfa1cf6 100644 --- a/templates/admin/settings.html +++ b/templates/admin/settings.html @@ -285,7 +285,7 @@

Hermes API Key

-

Hermes uses this key in the Authorization header when POSTing generated Suno prompts back to the callback endpoint. The key is configured via the Portainer environment variable HERMES_API_KEY.

+

Set via Portainer env var HERMES_API_KEY. Used for callback auth.

Current key: {{ hermes_key_masked }}

{% if not hermes_key_set %}