minecraft server allowlist

This commit is contained in:
Roger Oriol
2026-08-23 11:54:17 +02:00
parent 70bc473280
commit ec6b83de3a
3 changed files with 16 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ Docs: https://hermes-agent.nousresearch.com/docs/user-guide/docker
secret's `DISCORD_HOME_CHANNEL`.)
5. **Tailor `cron-seed.yaml`** schedules/prompts to your actual HA entities
(your sensor names, your calendars, your todo lists). The default schedule
has 4 jobs (energy anomaly, comfort check, morning briefing, evening
has 3 jobs (comfort check, morning briefing, evening
briefing) — adjust thresholds and wording to your setup.
6. **Commit & push** the whole change (including the regenerated
`argocd/apps/home-manager.yaml`). ArgoCD will create the namespace resources,
@@ -111,7 +111,7 @@ Docs: https://hermes-agent.nousresearch.com/docs/user-guide/docker
match Git: it deletes + recreates each named job, so prompt/schedule edits
in `cron-seed.yaml` take effect on the next sync (this overwrites any live
`hermes cron edit` changes — edit the prompts in Git instead). The schedule
has exactly 4 jobs: `energy-anomaly` (every 4h), `comfort-check` (every 4h),
has exactly 3 jobs: `comfort-check` (every 4h),
`morning-briefing` (08:00 daily), `evening-briefing` (00:00 daily). To
re-run it by hand: `kubectl apply -f home-manager/cron-seed.yaml`.
8. **Smoke test:** trigger a check manually —