Skip to content
Back to documentation

Privacy & Data Handling

Learn how Mnemosyne Doppelganger handles your data and ensures privacy on self-hosted instances.

Mnemosyne Doppelganger is designed as a self-hosted platform, which means all your tasks, credentials, and extracted data remain on your infrastructure. Doppelganger does not send any sensitive data to external servers.

Data Storage#

  • Task results and logs are stored locally in the data volume
  • Optional browser storage (cookies, localStorage) is persisted in storage_state.json
  • No remote collection by default

API Keys#

  • API keys are required for programmatic access
  • Keys are only used locally to authenticate requests
  • Never transmitted outside your self-hosted environment

Security Best Practices#

  • Run the Docker container on trusted networks
  • Restrict access to the dashboard and API
  • Use HTTPS if exposing the API externally
  • Rotate API keys periodically

Compliance & Responsibility#

Since Doppelganger is self-hosted:

  • You maintain control over all automation data
  • You are responsible for complying with applicable data protection regulations
  • The platform provides the tools, but proper handling is up to the user

This ensures a privacy-first automation experience without sacrificing flexibility or power.