From 27df58ca0e22d28c73173c5a883e64ce3cc9a91a Mon Sep 17 00:00:00 2001 From: Felipe Domingues <53182096+domfelipe@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:02:08 -0300 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index adafe2b..6d8261b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,14 +1,14 @@ #!/bin/bash set -e -# ============================================================ +# =========================================================== # Hermes Fork Entrypoint — Reverse Proxy Strategy -# ============================================================ +# =========================================================== # 1) Hermes original roda em 127.0.0.1:8000 (interno) # 2) skills_api.py roda em 0.0.0.0:$PORT (público) # - intercepta /api/skills/* # - proxy todo o resto para o Hermes -# ============================================================ +# =========================================================== # Suspensão (mantém compatibilidade com a flag HERMES_SUSPENDED) if [ "$HERMES_SUSPENDED" = "true" ]; then