38 comments found.
You should add proper plans and payments system. This application has potential.
Thank you! We will look into this after the next Clover release.
any plan for new features ?
Hi! A per-user disk quota feature development is in progress. Do you have suggestions for new features?
Bring the server storage region based into Crumble
Alright, this is a rather easy one, but you (as installation administrator) will need to know about segmenting data by location: https://www.mongodb.com/docs/manual/tutorial/sharding-segmenting-data-by-location/
Basically, we can add a “region” flag, then you can shard based on that flag.
Awesome
Hi,
adding url shortener would be great?
when the new version will release?
Hi! Crumble will be updated in May with region flag and URL shortener redirects.
Please keep in mind that the URL shortener will use a 301 permanent redirect to the shared file.
is release yet?
Sorry, it was a typo (June, not May). It will be released during the next week.
Apparently, when I wrote that comment 4 days ago, my mind was convinced it was still April. “Next month” is actually June.
hi,
how is the disk usage calculated?
When there is no files on any vault, the disk usage is already X GB 
Hi! Disk space (used, available) is the only analytical data based on the machine and not on the content of the database. In other words, that’s the used disk space and available disk space of your whole server.
how much will it cost to add google drive as the storage server, bypass host so it uses my vps bandwidth and by pass google limit using google cloud api, client ID and secret if you need an example on how to bypass google drive limit and links let me knw
Hi! What you are suggesting is not compliant with Google’s terms of service. We do not provide help in achieving features that go against the law or against another company’s terms of service. In fact, we actually discourage you from buying the item, if such is your goal.
hi,
how to logout ? find no logout .
and the change picture goes to gravatar?
Hi! The button in the top-right corner is the logout button.
The profile picture in Crumble is managed by Gravatar. Gravatar is a global service that attaches a profile picture to your email address, in order to use it for different apps across the web.
In future updates, we will replace Gravatar with a Gravatar-like service provided by us.
cannot find the logout button either on your demo or mine
is this a bug?
Hi! Sorry for the delay, we lost your previous message. We investigated this issue and realized that the top-right corner log out button gets hidden when screen width is lower than 1280px.
Version 1.1.4 is now out with a new “log out” button in the user account page: https://crumble.honeyside.it/account
multiple file server like multiple ftp servers
multiple language and currency, invoice system, tax, storage region is an important feature, I requested having different vault options depending on the region and folders option in the vault, the vault can be public or private, billing and cost metrics how much will it cost bro I’m willing to work privately with you
Hi! Crumble supports scaling horizontally (multiple servers) through MongoDB GridFS. It does not support FTP at all.
Multi-language is currently not available but there is predisposition to add it with react-i18n in the future.
Invocing and tax will be added only if the item gets more than 100 sales.
Storage region can be managed through the underlying MongoDB GridFS https://docs.mongodb.com/manual/tutorial/sharding-segmenting-data-by-location/
Folders have been dropped in favor of tags, this is by design.
If you want a quote on a personal customization, please contact us at support@honeyside.it
hi,
presale question:
1. can you hide disk storage widget from non-admin?
2. do you have plan to limit user storage/bandwidth? when there is no storage limit per-user, what will happened when some user abuse the server by uploading a file exceeded the storage size or total of all uploaded files (all user) exceeding the storage size?
3. do you have plan for an user subscription ?
4. since this is for S3/CDN replacement, how crumble manage and deal with the server storage region ?
5. do you have example for PHP implementation?
Hi!
I see you already purchased, but I’ll answer all of your questions 
1. There isn’t an option for this yet, but we can certainly add this feature in the next release. Good idea!
2. This is actually very easy to do from an API point of view, but we haven’t added it yet because we could not settle on how to input the limit (like KiB, MiB, GiB, KB, MB, GB or with a dropdown selector). We’ll probably add a dropdown selector and a field.
3. We had a plan to integrate Stripe. Actually, the very first version of Crumble should have come with Stripe subscriptions. Integrating Stripe proved to be more complex than the estimated ROI on sales. However, if we ever sell more than 100 licenses, then we’ll add it. If you want to finance this feature yourself, feel free to reach out privately at support@honeyside.it
4. Crumble uses MongoDB GridFS underneath, which already supports regions. Please refer to the following tutorial: https://docs.mongodb.com/manual/tutorial/sharding-segmenting-data-by-location/
5. You can import the Postman collection from the API Docs into Postman, then export each API call to PHP code (it’s a free Postman feature): https://crumble.honeyside.it/docs
Hi,
1. Nice, when the next release 
2. Predefine GB selector is good start and adding “other” Input field MB since from MB you can set into GB
3. I do not use Stripe. Stripe is not support my country lol…100 sales is long journey
4. Yes MongoDB is GridFS, but it will be nice if we can assign the user storage to X server only
do you think file versioning will come to crumble?
Hi!
1. Next release will happen by the end of February at worst.
2. GB and MB might actually be confusing to most users, being that they are multiples of 1000 instead of 1024. GiB and MiB are the current leading candidates, but we might add both options.
3. PayPal is another option, but it doesn’t have the same flexibility of Stripe. Charging a usage-based plan becomes much more complex.
4. You can shard your MongoDB cluster depending on any key of the model: by user id, by username, by tags. You can even create a new key by editing the user model. The beauty of this solution is that it exploits all the good that comes with MongoDB, out of the box.
Crumble already calculates the md5 print of the file upon upload, which can be used for checking if two files are different and therefore for file versioning. This means that file versioning can be integrated and it probably will be, just not in the near future.
4. Even the MongoDB is supporting shard zoning, I am assume this is need modification on crumble code if we want to allocate an user to server X. for example X is a country.
Yes, you’ll have to store data about the location in the backend, then shard based on the location key.
Need an additional logic on store/delete/update method ? And some interface?
Hi! You can update the Shield model in src/models and the upload route in src/routes. Location coordinates or country code must come from the frontend.
Can I upload 20gb or something more ?? and how to mange??
Hi! Provided that the server that Crumble is running on has 20gb of available space, yes of course.
What do you mean, how to manage? Crumble is literally a file management panel.
I tired to share file but I got error??
Can you share the URL to the file? Or a screenshot? You can send us the screenshot via email at support@honeyside.it
please have a look at here: https://www.dropbox.com/s/81u8r9vfv25bfra/2022-02-10%20%287%29.jpg?dl=0
Got it, we’ll track down the issue and release an update by tonight. We’ll keep you posted here.
Hi! Version 1.1.1 is out as promised. The issue that you pointed out is now resolved, together with some minor other bugs that have now been fixed.
That’s great! but still we are facing same problem!!
Hi! There was actually an extra issue with Safari (which doesn’t support the clipboard API) and has now been solved with a Safari-specific workaround in version 1.1.2.
hi can i integrate wasabi cloud storage so files are stored there at wasabi
and how can i login as the admin to see its features like smtp and users and payment method
Hi! For wasabi cloud storage, you can either edit the Node.js code yourself or contact us a support@honeyside.it for a paid customization quote.
SMTP can be configured from a .env file (not from the admin panel), payment method is not an available feature. If you contact us directly either at support@honeyside.it or via Telegram @HoneysideIT we’ll send you screenshots and videos of the admin panel for managing users.
i sent you an email, but your product need more stuff
What software product doesn’t? Features are being added and will build up over time 
how can users share their files like a link?
A copy to clipboard button will be added to the Vault list page with the next update.
still waiting for demo and update
Version 1.1.0 is out!
Changelog:
- file links can now be copied to clipboard directly from the vault section
- bug fixing
Hi can you put the quick action in a drop down menu cause it looks funcky and how to change file thats been uploaded from public to private and from private to public
A file can be changed from public to private or viceversa from the file details. What do you mean by “funcky”? If you can send us a screenshot at support@honeyside.it we might be able to help.
Can this script be customized and be attached to my website application built in php ?
Hi! The source code is included and you can customize it as long as you have deep experience with React.
Hi. Its be possible to search by description or tags? TNX
Hi! We’re going to add this feature soon.
is this for replacing and build similiar like S3 ?
if so, did you provide the docs for handle the operation?
Hi! Yes, Crumble can replace S3 but it’s not directly compatible with aws-sdk (Crumble uses a REST API instead).
You’ll find the full documentation inside Crumble itself: https://crumble.honeyside.it/docs
Congratulations, Good luck with sales <3
Thank you!
support multiples servers for storage? linux servers
Hi! Crumble supports multiple servers with any OS.
You can scale it horizontally (multiple servers or shards) up to infinity thanks to MongoDB sharding: https://docs.mongodb.com/manual/sharding/
You can also have a copy of the same data on multiple servers with MongoDB Replica Set: https://docs.mongodb.com/manual/tutorial/deploy-replica-set/
Any plans for supporting (piping) IPFS (Pinata etc)?
Hi! Not a the moment. We are going to add soon a more user-friendly graphics (for file sharing / hosting). There are no other tasks currently in our pipeline. You can request IPFS as a (paid) custom feature at support@honeyside.it
That’s alright, I’ll have a chat with Trent at BigchainDB
possible to share a public link like you can with dropbox, dont see a share option anywhere
Good catch! We will add a share (copy to clipboard) button with the next update, by this weekend.
Congratulations! Nice Work, GLWS 
Thank you!
Hello , Is it possible to upload the files to AWS S3, CDN Digital Ocean?
Regards
Hi! Crumble is supposed to be a replacement to AWS S3 while also being used as CDN.
We can customize your installation to pipe files into S3, though. You’ll need to subscribe to our Patreon VIP plan to request such customization.