What problem does it solve?
Setting up a Steedos server requires knowing dozens of environment variables and YAML configuration sections, and misconfiguration of MongoDB, Redis, file storage, or SSO causes startup failures that are hard to diagnose.
Core Features & Use Cases
- Environment Variable Reference: Documents required and optional variables such as MONGO_URL, ROOT_URL, B6_TRANSPORTER, JWT_SECRET, storage, plugin, and localization settings.
- YAML Configuration Templates: Provides ready-to-adapt sections for datasources, tenant settings, CFS file storage (local, AWS S3, Aliyun), email, SSO/OIDC, and cron jobs with ${ENV_VAR} interpolation.
- Deployment Examples: Includes complete development and production .env files plus a Docker Compose setup with MongoDB and Redis.
- Use Case: When deploying Steedos to production, copy the production .env template, set strong JWT secrets and S3 storage credentials, and verify connections using the troubleshooting table.
Quick Start
Ask the AI to generate a production-ready .env file and steedos-config.yml for a Steedos server using MongoDB, Redis, and AWS S3 storage.