fix(hermesagent): clean up footer, login hint, JSON notes and config_path
This commit is contained in:
@@ -65,9 +65,8 @@ description
|
|||||||
|
|
||||||
msg_ok "Completed successfully!\n"
|
msg_ok "Completed successfully!\n"
|
||||||
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
||||||
echo -e "${INFO}${YW} Connect via SSH and configure your LLM provider:${CL}"
|
echo -e "${INFO}${YW} Configure your model provider and gateway server inside the container:${CL}"
|
||||||
echo -e "${TAB}${GATEWAY}${BGN}ssh root@${IP}${CL}"
|
|
||||||
echo -e "${TAB}${BGN}su - hermes${CL}"
|
echo -e "${TAB}${BGN}su - hermes${CL}"
|
||||||
echo -e "${TAB}${BGN}hermes setup${CL}"
|
echo -e "${TAB}${BGN}hermes setup${CL}"
|
||||||
echo -e "${INFO}${YW} API key stored in:${CL}"
|
echo -e "${INFO}${YW} Key for Hermes API Server stored in:${CL}"
|
||||||
echo -e "${TAB}${BGN}/home/hermes/.hermes/.env${CL}"
|
echo -e "${TAB}${BGN}/home/hermes/.hermes/.env${CL}"
|
||||||
|
|||||||
@@ -97,11 +97,8 @@ msg_ok "Created Dashboard Service"
|
|||||||
msg_info "Configuring Login Hints"
|
msg_info "Configuring Login Hints"
|
||||||
cat <<'HINT' >/etc/profile.d/hermes-hint.sh
|
cat <<'HINT' >/etc/profile.d/hermes-hint.sh
|
||||||
if [[ "$(id -u)" -eq 0 ]]; then
|
if [[ "$(id -u)" -eq 0 ]]; then
|
||||||
echo " Run 'su - hermes' to manage Hermes Agent and profiles."
|
echo " Use 'su - hermes' to switch to the hermes user for running Hermes Agent."
|
||||||
fi
|
fi
|
||||||
LOCAL_IP=$(hostname -I 2>/dev/null | awk '{print $1}')
|
|
||||||
echo " Dashboard: ssh -fNL 9119:localhost:9119 root@${LOCAL_IP}"
|
|
||||||
echo " then open http://localhost:9119"
|
|
||||||
HINT
|
HINT
|
||||||
msg_ok "Configured Login Hints"
|
msg_ok "Configured Login Hints"
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 8642,
|
"interface_port": null,
|
||||||
"documentation": "https://hermes-agent.nousresearch.com/docs",
|
"documentation": "https://hermes-agent.nousresearch.com/docs",
|
||||||
"website": "https://hermes-agent.nousresearch.com",
|
"website": "https://hermes-agent.nousresearch.com",
|
||||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/hermes.webp",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/hermes.webp",
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
"type": "warning"
|
"type": "warning"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "After container startup, SSH in as root and run 'hermes setup' to configure your LLM provider (OpenRouter, Anthropic, OpenAI, Nous Portal, or custom endpoint).",
|
"text": "After container startup, login, switch to the hermes user (su - hermes) and run 'hermes setup' to configure your model provider and gateway server.",
|
||||||
"type": "info"
|
"type": "info"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user