mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 18:14:42 +02:00
docs: add Funk/ reference docs and update hermes TUI instructions
- Remove Funk/ from .gitignore (repo is private) - Add HOMELAB.md and agent configs for Hermes context - Update hermes TUI doc: must run as hermes user from /srv/data/hermes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dca71144d6
commit
6d375da7b2
10 changed files with 1815 additions and 6 deletions
|
|
@ -44,15 +44,17 @@ sudo journalctl -u hermes-dashboard -f
|
|||
|
||||
## TUI (chat interactif)
|
||||
|
||||
Le TUI nécessite un terminal interactif (PTY). Lancer depuis une session SSH :
|
||||
Le TUI nécessite un terminal interactif (PTY) et doit tourner sous le compte `hermes` :
|
||||
|
||||
```bash
|
||||
# Depuis le poste perso
|
||||
ssh storage-01
|
||||
sudo hermes-tui # wrapper dans /usr/local/bin/hermes-tui
|
||||
sudo -i -u hermes # basculer vers le compte hermes
|
||||
cd /srv/data/hermes
|
||||
hermes --tui
|
||||
```
|
||||
|
||||
> Le wrapper gère automatiquement HERMES_HOME, PATH et le changement d'utilisateur vers hermes.
|
||||
> Lancer depuis un autre compte (ex: ansible) génère des "gateway error" — toujours utiliser le compte hermes.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue