SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.15k stars 659 forks source link

[Feature]: Support Azure Blob Storage #1556

Closed feuersteiner closed 9 months ago

feuersteiner commented 12 months ago

Description

currently adminjs supports s3 buckets, google cloud storage, or uploading the files locally in the app (inside the public folder). This is based on the docs.

Now the same premise of BYODB (bring your own db) should be accompanies with BYOCP (bring your own cloud provider).

Suggested Solution

Building an adapter for azure blob storage.

Alternatives

changing the cloud provider isn't really a choice here, this makes the only alternative dropping AdminJs.

Additional Context

No response

feuersteiner commented 12 months ago

FYI, I am willing to volunteer to work on this, just point me in the right direction :)