![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
strapi-plugin-import-export-web
Advanced tools
A strapi plugin to use import/export commands from the admin panel
This plugin provides a web ui for the strapi import
and strapi export
commands, so that you can backup/restore your strapi easily.
yarn add strapi-plugin-import-export-web
The plugin will run without options by default.
When doing so, the generated tarball name will be your package.json name field, and encryption will be disabled.
In your config/plugins.js
you can add:
{
"strapi-plugin-import-export-web: {
enabled: true,
config: {
archiveName: 'my-custom-prefix',
encryptionKey: 'mySuperSecretKey'
}
}
}
You can go an enable/disable import and export actions in the roles section of the admin panel. This should enable/disable endpoints and stop displaying the section according to the permissions you provided.
The encryption key is NOT part of the forms because it's just too dangerous imho. You'll send a potential "secret" over the wire, which you'll have to store and remember by yourself. It's easy to leak but more importantly easy to forget.
Be careful that this suppress warnings so once you press the button, it'll be running no matter what.
There are no translations because we went for the shortest path to completion but PRs are welcomed.
FAQs
A strapi plugin to use import/export commands from the admin panel
The npm package strapi-plugin-import-export-web receives a total of 0 weekly downloads. As such, strapi-plugin-import-export-web popularity was classified as not popular.
We found that strapi-plugin-import-export-web demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.