3 Commits

Author SHA1 Message Date
Micha 081c4c0249 Merge branch 'master' of https://git.kaleschke.info/Micha/homelab-infra 2026-04-21 19:27:17 +02:00
Micha 94493d57de repair
repair
2026-04-21 19:27:15 +02:00
Micha e21c9b736e update
update
2026-04-21 19:10:28 +02:00
2 changed files with 9 additions and 5 deletions
+6 -2
View File
@@ -8,14 +8,18 @@ services:
- no-new-privileges:true - no-new-privileges:true
cap_drop: cap_drop:
- ALL - ALL
cap_add:
- CHOWN
- SETUID
- SETGID
pids_limit: 256 pids_limit: 256
environment: environment:
TZ: ${TZ:-Europe/Berlin} TZ: ${TZ:-Europe/Berlin}
HERMES_HOME: /opt/data HERMES_HOME: /opt/data
volumes: volumes:
- /mnt/user/appdata/hermes-agent/data:/opt/data - /mnt/user/appdata/hermes-agent/data:/opt/data
- /mnt/user/appdata/hermes-agent/ssh:/root/.ssh - /mnt/user/appdata/hermes-agent/ssh:/home/hermes/.ssh
- /mnt/user/appdata/secrets/hermes_runner_id_ed25519:/root/.ssh/id_ed25519:ro - /mnt/user/appdata/secrets/hermes_runner_id_ed25519:/home/hermes/.ssh/id_ed25519:ro
- ./config/hermes/config.yaml:/opt/data/config.yaml:ro - ./config/hermes/config.yaml:/opt/data/config.yaml:ro
expose: expose:
- "8642" - "8642"
+3 -3
View File
@@ -24,7 +24,7 @@ API_SERVER_KEY=replace-with-a-long-random-secret
# Hermes requires at least 64k context window. # Hermes requires at least 64k context window.
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
HERMES_MODEL_PROVIDER=custom HERMES_MODEL_PROVIDER=custom
HERMES_MODEL_NAME=your-openai-model-id HERMES_MODEL_NAME=gpt-5.4
HERMES_MODEL_BASE_URL=https://api.openai.com/v1 HERMES_MODEL_BASE_URL=https://api.openai.com/v1
# Provider credentials # Provider credentials
@@ -63,7 +63,7 @@ HASS_URL=http://homeassistant.local:8123
# SSH terminal backend # SSH terminal backend
# Hermes will execute terminal commands on the dedicated runner. # Hermes will execute terminal commands on the dedicated runner.
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
TERMINAL_SSH_HOST=192.168.178.250 TERMINAL_SSH_HOST=192.168.178.143
TERMINAL_SSH_USER=hermes TERMINAL_SSH_USER=hermes
TERMINAL_SSH_PORT=22 TERMINAL_SSH_PORT=22
TERMINAL_SSH_KEY=/root/.ssh/id_ed25519 TERMINAL_SSH_KEY=/home/hermes/.ssh/id_ed25519