microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
370 stars 84 forks source link

Provide Azure Storage Explorer as Flatpak on Flathub #3606

Open dkmbw opened 3 years ago

dkmbw commented 3 years ago

Is your feature request related to a problem? Please describe. For various reasons i do/can/may not use snaps. But i have to use the storage explorer.

Describe the solution you'd like Flatpaks and Appimages are for some reason allowed for the project. Would you please provide the Azure Storage Explorer on flathub?

Describe alternatives you've considered appimage, but they cannot be fetched automatically, i have to look for them.

MRayermannMSFT commented 3 years ago

@dkmbw we also have the .tar.gz available for Linux as well

mkfrey commented 2 years ago

I've created a flatpak manifest for Storage Explorer, which you may use as a base for flatpak support: https://github.com/mkfrey/com.microsoft.AzureStorageExplorer

rombert commented 1 year ago

@MRayermannMSFT - one great feature of flatpaks is that they are self-contained. With the tar.gz today I have to install the .NET runtime separately. With flatpaks that problem is solved.

Cediddi commented 7 months ago

Thanks to @mkfrey 's initiative, there's a Flatpak version of Storage Explorer, published at Flathub more than a month already. I just wanted to notify whoever subscribed to this issue.

It would be nice to have a first party support, but none of the Microsoft tools have first party support for flatpak :frowning_face:.

Thank you, Markus.