Adding gerhard and docker-compose

This commit is contained in:
2026-04-26 11:54:16 +02:00
parent 1a426da58d
commit 152dafb2d7
9 changed files with 424 additions and 3 deletions
+16
View File
@@ -78,3 +78,19 @@
2026-04-25 11:13:40,723 INFO gateway.run: Stopping gateway...
2026-04-25 11:13:41,593 INFO gateway.run: Gateway stopped
2026-04-25 11:13:41,593 INFO gateway.run: Cron ticker stopped
2026-04-26 09:54:02,616 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
2026-04-26 09:54:02,629 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
2026-04-26 09:54:02,789 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
2026-04-26 09:54:03,059 INFO hermes_cli.plugins: Plugin discovery complete: 5 found, 4 enabled
2026-04-26 09:54:04,111 INFO hermes_cli.web_server: Mounted plugin API routes: /api/plugins/example/
2026-04-26 09:54:04,113 WARNING hermes_cli.web_server: Binding to 0.0.0.0 with --insecure — the dashboard has no robust authentication. Only use on trusted networks.
2026-04-26 09:54:05,901 INFO gateway.run: Starting Hermes Gateway...
2026-04-26 09:54:05,901 INFO gateway.run: Session storage: /opt/data/sessions
2026-04-26 09:54:05,927 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
2026-04-26 09:54:05,951 INFO gateway.run: Previous gateway exited cleanly — skipping session suspension
2026-04-26 09:54:05,954 WARNING gateway.run: No messaging platforms enabled.
2026-04-26 09:54:05,957 INFO gateway.run: Gateway will continue running for cron job execution.
2026-04-26 09:54:05,960 INFO gateway.run: 1 hook(s) loaded
2026-04-26 09:54:05,986 INFO gateway.run: Channel directory built: 0 target(s)
2026-04-26 09:54:05,987 INFO gateway.run: Press Ctrl+C to stop
2026-04-26 09:54:06,083 INFO gateway.run: Cron ticker started (interval=60s)