Self-hosted cloud deployment
Mindwtr Cloud is the self-hosted sync server. Use it when you want a Mindwtr-specific endpoint instead of iCloud, Dropbox, WebDAV, or file sync.
Deployment shape
A typical deployment has:
- Mindwtr Cloud server.
- Persistent database or storage backend.
- HTTPS reverse proxy.
- Server URL configured in each client.
- Token or credential for your deployment.
Runbook
- Export a backup from your main device.
- Deploy the server from the current repository instructions.
- Configure environment variables in your hosting platform, not in git.
- Put HTTPS in front of the service.
- Check health and logs.
- Connect one test client.
- Connect a second device and confirm data appears.
Operations
Plan for backups, token rotation, upgrade rollback, attachment cleanup, and log review. Treat the server like any other personal data service.
Keep secrets out of repositories
Do not commit database URLs, API tokens, auth secrets, or provider credentials. Store them in your platform's secret manager or local environment.