Docs / Reference
Configuration
All configuration is stored in data/easy-devops.sqlite — a single SQLite file. No separate server needed.
Config Fields
| Field | Default (Linux) | Default (Windows) | Description |
|---|---|---|---|
dashboardPort | 6443 | 6443 | Dashboard HTTP port |
dashboardPassword | admin | admin | Dashboard login password |
nginxDir | /etc/nginx | C:\\nginx | Nginx installation directory |
sslDir | /etc/easy-devops/ssl | C:\\easy-devops\\ssl | SSL certificate storage root |
acmeEmail | empty | empty | Email for Let's Encrypt account (required for cert issuance) |
Database Keys
| Key | Contents |
|---|---|
config | Dashboard port, password, nginxDir, sslDir, acmeEmail |
system-detection | Cached system info (OS, Node, nginx) |
domains | JSON array of domain configurations |