Compare commits

...

5 Commits

Author SHA1 Message Date
c29bdaf095 Merge pull request 'dashboard-cathou auto-start (add to s6 boot bundle)' (#62) from feat/cathou-serve into master
Some checks are pending
Build Hermes agent / build (push) Waiting to run
Build ollama (gfx906) / build (push) Waiting to run
Reviewed-on: #62
2026-09-18 21:17:43 +00:00
be9c02389a hermes: add dashboard-cathou to s6 boot bundle (auto-start on recreate)
Some checks are pending
Build Hermes agent / build (pull_request) Waiting to run
Build ollama (gfx906) / build (pull_request) Waiting to run
2026-09-18 17:12:26 -04:00
7ceb879fe7 Merge pull request 'feat/cathou-serve: supervised dashboard-cathou + all secrets into age (public-repo-safe)' (#61) from feat/cathou-serve into master
Some checks failed
Build Hermes agent / build (push) Has been cancelled
Build ollama (gfx906) / build (push) Has been cancelled
Reviewed-on: #61
2026-09-18 20:48:32 +00:00
89c9e728e4 Merge pull request 'feat: attach hermes to vpn_net + compose-v5 compat fixes' (#60) from feat/hermes-vpn-net into master
Some checks failed
Build Hermes agent / build (push) Has been cancelled
Build ollama (gfx906) / build (push) Has been cancelled
2026-09-18 16:01:50 +00:00
bbbdb92583 Merge pull request 'fix: remove stale COPY line for deleted run-multi-gateways.sh' (#59) from fix/remove-stale-copy into master
Some checks failed
Build Hermes agent / build (push) Has been cancelled
Reviewed-on: #59
2026-07-08 02:34:52 +00:00
2 changed files with 1 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ services:
- /mnt/HoardingCow_docker_data/Hermes/data:/opt/data - /mnt/HoardingCow_docker_data/Hermes/data:/opt/data
- /mnt/HoardingCow_docker_data/Hermes/Syncthing/ExoKortex:/opt/data/ExoKortex - /mnt/HoardingCow_docker_data/Hermes/Syncthing/ExoKortex:/opt/data/ExoKortex
- ./s6/dashboard-cathou:/etc/s6-overlay/s6-rc.d/dashboard-cathou:ro - ./s6/dashboard-cathou:/etc/s6-overlay/s6-rc.d/dashboard-cathou:ro
- ./s6/user/contents.d/dashboard-cathou:/etc/s6-overlay/s6-rc.d/user/contents.d/dashboard-cathou:ro
devices: devices:
- /dev/kfd:/dev/kfd - /dev/kfd:/dev/kfd
- /dev/dri:/dev/dri - /dev/dri:/dev/dri

View File