Forbes
|
56c76940ed
|
docs: replace MinIO with filesystem storage throughout
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
|
2026-02-18 14:45:00 -06:00 |
|
Forbes
|
5f46efc8ed
|
docs: add comprehensive configuration reference
Closes #4 — Document all config.yaml options.
New file: docs/CONFIGURATION.md covering all 7 config sections:
- Server: bind address, port, read/write timeouts
- Database: host, port, name, user, password, SSL mode, pool sizes
- Storage: MinIO endpoint, bucket, access/secret keys, SSL, region
- Schemas: directory path for part number schema YAML files
- FreeCAD: command path for server-side thumbnail generation
- Odoo: URL, database, API key, default company, field mappings
- Auth: enabled flag, session secret/lifetime, JWT secret,
CORS origins, local/LDAP/OIDC provider configuration
Includes all 12 environment variable overrides, SSL mode
guidance, and 4 deployment example snippets (minimal, Docker
Compose with env vars, LDAP + OIDC, production hardened).
|
2026-02-06 16:19:32 -06:00 |
|