-
Notifications
You must be signed in to change notification settings - Fork 23
Labels
backendBackend related taskBackend related taskenhancementNew feature or requestNew feature or requestfrontendFrontend related taskFrontend related task
Description
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.zipfile 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendBackend related taskBackend related taskenhancementNew feature or requestNew feature or requestfrontendFrontend related taskFrontend related task