docs(omniroute): document zero-config key mode #18
No reviewers
Labels
No labels
lab-honing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/foundry!18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-omniroute-key-docs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Doc-only. The omniroute stack is deployed and healthy in zero-config key mode — omniroute auto-generates its keys and persists them to
/app/data/server.envinside the named volume, next tostorage.sqlite. Key + DB co-reside in the same persistent volume, so the old "key in RAM, DB on disk" boot-loop cannot recur.The committed compose header wrongly said the four secrets were REQUIRED and Dockhand-injected. Reframed as optional key overrides (only useful for portable DB-backup restores), with a note that pinning after provider creds exist requires clearing the volume first. No runtime change.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.