Crumble is a file storage system with enterprise security, it is NoSQL-based and it can scale to infinity. You will have your own API for both public and private file storage.
This documentation covers version 2.0.1, sold through CodeCanyon here. If you haven’t purchased it yet, feel free to have a look!
First of all, Thank you so much for purchasing this item and for being our loyal customer. You are awesome!
With your purchase, you are entitled to get free lifetime updates to this product.
This documentation will show you all of Crumble’s features. Please go through the documentation carefully to understand how to configure your Crumble private cloud storage system properly. No coding experience is required. In fact, you won’t have to code at all! You will just have to edit a couple of configuration files and run a couple of scripts.
If you have questions or need support, please reach out using forum.honeyside.it, so that your questions will help future users with the same issue. If you don’t want the trouble to go through the installation process yourself, contact us at support@honeyside.it in order to request paid installation service.
We will also answer to support requests via email for free (after requesting proof of purchase). However, we strongly recommend to use our forum, in order to help each other. Proof of purchase is not required for joining the forum or asking questions on the forum, because we value community above bureaucracy.
Crumble can run on any OS or machine that supports Node.js v18. However, in order to provide a safe environment for the unexperienced user, we recommend using Ubuntu 20.04 LTS or 18.04 LTS. We provide fully automated installation (via installation script) and full installation instructions for Ubuntu 20.04 LTS and 18.04 LTS only.
For the unexperienced user, we recommend buying a cheap Ubuntu 20.04 LTS or 18.04 LTS VPS from OVH, then follow the Automated Installation section. Choose a server next to your physical location (if you are in Europe, France is ok). We are not affiliated with OVH and we do not gain commission from your VPS purchase. It just happens to work well at the time of writing.
Crumble will not run on a shared hosting. If you do not know the difference between shared hosting and private server, contact us at support@honeyside.it for paid installation service.
Welcome to Crumble: Enterprise Private Cloud Storage!
Whether experienced user or not, it is always a pleasure to run a fully automated installation. Please be aware that the automated installer will work only on Ubuntu 20.04 LTS and 18.04 LTS. We recommend installing Crumble on a clean server.
Connect to your server via SSH as root user, upload the Crumble .zip archive and extract it in a location of your choice. cd into that location. Run ./launcher setup
and follow instructions on screen.
At the end of the installation process, Crumble will be reachable on port 80.
You can stop Crumble with ./launcher stop
. You can start Crumble again with ./launcher start
. You can restart Crumble with ./launcher restart
.
To upgrade to a newer version, overwrite the folder contents and run ./launcher rebuild
.
To elevate your shell to root, use
sudo su
.If you get error Command ‘node’ not found run command
source ~/.profile
then retry.
You must have experience in server management to deploy the app manually. Do not attempt this if you do not know what you are doing. Contact us at support@honeyside.it in order to request a paid custom installation service or go back to Automated Installation.
You will need the following software installed in order to properly run Crumble.
apt-get install build-essential
.The following software is highly recommended:
apt-get install nginx
.apt-get install certbot python3-certbot-nginx
(requires Python 3).Example nginx configuration (before running certbot):
server { listen 80 default_server; listen [::]:80 default_server; server_name elderberry.example.com; location / { proxy_pass http://localhost:4001; } }
How to run certbot:
sudo certbot --nginx -d elderberry.example.com --non-interactive --agree-tos -m your-email@example.com
A thorough example of installation process is the launcher
file. You may want to take a look at that file and edit according to your needs.
When logging in as admin user (the one specified in the automated installer or in the .env file), you’ll see a “Users” tab. You can add new users, edit or delete existing users from here.
Please remember you have purchased a very affordable piece of software and you have not paid for a full-time software development agency. Occasionally we will help with small tweaks, but these requests will be put on a lower priority due to their nature. Support is also 100% optional and we provide it for your connivence, so please be patient, polite and respectful.
Please use the Honeyside Forum for support requests. This way, your questions will be available for all Honeyside users to be read and answered. You will also receive an official answer (or confirmation) from us as soon as possible. If you still prefer to contact us directly, visit our CodeCanyon profile page or ask your question via email at support@honeyside.it. If you choose the Forum, a huge thank you from us in advance!
Once again, thank you so much for purchasing Crumble!
----------------------------------------------------------------------------------------- 2.0.1 - September 24th, 2023 - dependencies upgrade - minor bug fixing 2.0.0 - July 18th, 2023 - entire project converted to typescript (from javascript) - applied eslint to both backend and frontend - upgrade from material ui (v4) to latest mui 1.4.1 - April 10th, 2022 - maintenance update - dependencies upgrade 1.4.0 - December 30th, 2022 - add download switch to copy dialog - default behavior: open in browser - shorter file ids - minor bug fixing 1.3.0 - December 12th, 2022 - add nginx installer to launcher script - switch to the new babel parser - eslint and prettier refactoring - switch from random strings to uuid - minor bug fixing - dependencies upgrade 1.2.1 - August 25th, 2022 - dependencies upgrade 1.2.0 - July 12th, 2022 - add url shortner (short urls) - add region flag to both files and shields - switch to the new navigator.clipboard api 1.1.5 - July 7th, 2022 - maintenance update - dependencies upgrade 1.1.4 - March 18th, 2022 - added logout button in account page - dependencies upgrade 1.1.3 - February 20th, 2022 - fixed profile picture routing 1.1.2 - February 12th, 2022 - applied workaround for copy to clipboard in safari (macOS and iOS) - bug fixing 1.1.1 - February 11th, 2022 - dependencies update - bug fixing 1.1.0 - February 4th, 2022 - file links can now be copied to clipboard directly from the vault section - bug fixing 1.0.1 - September 14th, 2021 - fix stats by type 1.0.0 - September 13th, 2021 - first version -----------------------------------------------------------------------------------------
Crumble is sold exclusively through CodeCanyon (Envato marketplace), where the CodeCanyon Standard Licenses apply.
You will need one Regular License for each installation of Crumble. If you are planning to sell products that will include the Crumble original or modified source, you will need an Extended License.
Copyright © Honeyside - All Rights Reserved
Unauthorized copying of the Crumble source and/or executable files, via any medium, is strictly prohibited.
Quick Links
Legal Stuff