Skip to content

Trufos Exporter #622

@SoulKa

Description

@SoulKa

Is your feature request related to a problem? Please describe.
We currently only support sharing collections via GitHub but no direct exports/imports.

Describe the solution you'd like

  • Support exporting a collection in the backend
  • Add export button to UI
  • The export format should be a <collection-name>.trufos.zip file that contains the whole collection directory with either
    • secrets in plain text
    • secrets removed
  • OPTIONAL: Think about supporting passwords on the ZIP for security reasons

Describe alternatives you've considered
We could provide any other binary or text-based (e.g. JSON) format. But since we already have a robust FS reading system, it makes sense to use it.

Additional context

  • zip.js seems like a fitting library. It also supports ZIP encryption

Metadata

Metadata

Assignees

Labels

backendBackend related taskenhancementNew feature or requestfrontendFrontend related task

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions