docs: replace MinIO with filesystem storage throughout #139

Merged
forbes merged 1 commits from update-silo-fs-docs into main 2026-02-18 20:46:51 +00:00
Owner

Remove all MinIO/S3 references from documentation and deployment configs. Silo now uses local filesystem storage exclusively.

Updated files:

  • docs/CONFIGURATION.md — storage section now documents filesystem backend
  • docs/DEPLOYMENT.md — architecture diagram, external services, troubleshooting
  • docs/INSTALL.md — remove MinIO setup, update architecture diagrams
  • docs/SPECIFICATION.md — architecture, technology stack, file storage strategy
  • docs/STATUS.md — storage backend status
  • docs/GAP_ANALYSIS.md — file handling references
  • docs/ROADMAP.md — file storage appendix entries
  • deployments/config.prod.yaml — filesystem backend config
  • deployments/systemd/silod.env.example — remove MinIO credential vars

Also includes scripts/migrate-storage.sh for running the MinIO-to-filesystem migration on a remote host via SSH.

Remove all MinIO/S3 references from documentation and deployment configs. Silo now uses local filesystem storage exclusively. **Updated files:** - `docs/CONFIGURATION.md` — storage section now documents filesystem backend - `docs/DEPLOYMENT.md` — architecture diagram, external services, troubleshooting - `docs/INSTALL.md` — remove MinIO setup, update architecture diagrams - `docs/SPECIFICATION.md` — architecture, technology stack, file storage strategy - `docs/STATUS.md` — storage backend status - `docs/GAP_ANALYSIS.md` — file handling references - `docs/ROADMAP.md` — file storage appendix entries - `deployments/config.prod.yaml` — filesystem backend config - `deployments/systemd/silod.env.example` — remove MinIO credential vars Also includes `scripts/migrate-storage.sh` for running the MinIO-to-filesystem migration on a remote host via SSH.
forbes added 1 commit 2026-02-18 20:46:19 +00:00
Remove all MinIO/S3 references from documentation and deployment
configs. Silo now uses local filesystem storage exclusively.

Updated files:
- docs/CONFIGURATION.md: storage section now documents filesystem backend
- docs/DEPLOYMENT.md: architecture diagram, external services, troubleshooting
- docs/INSTALL.md: remove MinIO setup, update architecture diagrams
- docs/SPECIFICATION.md: architecture, technology stack, file storage strategy
- docs/STATUS.md: storage backend status
- docs/GAP_ANALYSIS.md: file handling references
- docs/ROADMAP.md: file storage appendix entries
- deployments/config.prod.yaml: filesystem backend config
- deployments/systemd/silod.env.example: remove MinIO credential vars
forbes merged commit d96ba8d394 into main 2026-02-18 20:46:51 +00:00
forbes deleted branch update-silo-fs-docs 2026-02-18 20:46:52 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#139