Support

Running Envious in production and need a hand? Reach out — include your version (envious version / /api/version), platform, and the relevant log lines.

Production support

Deployment help, upgrades, backup strategy, log-pipeline wiring, and bug triage for production installs.

support@marcuwynu.space

Support channels

ChannelBest forWhere
EmailProduction issues, private deployment detailssupport@marcuwynu.space
GitHub IssuesBug reports and feature requestsmarcuwynu23/envious issues
DocumentationSelf-serve setup and operationsDocumentation

What to include

Quick answers

I lost the admin API key

The server stores only a bcrypt hash, so it cannot be recovered. If you kept envious_api_key.txt (written next to the database on first run), use that — otherwise reset the stored hash directly in SQLite.

The CLI says 401

Re-run login with the right --api-base and key, then check the server audit trail for auth.login_failed entries.

How do I back up?

Copy the SQLite file at DATABASE_PATH. That single file holds apps, environments, variables, and the audit trail. On Postgres, use pg_dump instead — see the User Guide.