BoZoN alternatives and similar software solutions
Based on the "Single-click/drag-n-drop upload" category.
Alternatively, view BoZoN alternatives based on common mentions on social networks and blogs.
-
OnionShare
Securely and anonymously share files, host websites, and chat with friends using the Tor network -
droppy
droppy is a self-hosted cloud server with an interface similar to desktop file managers and has capabilites to edit files on-the-fly as well as view and playback media directly in the browser. -
YouTransfer
The simple but elegant self-hosted file transfer & sharing solution -
linx
Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Demo: https://demo.linx-server.net/ [Moved to: https://github.com/linx-server/linx-server] -
ProjectSend
ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs... and much more! -
Chibisafe
Blazing fast file uploader and awesome bunker written in node! 🚀 -
ipfs.pics
Content-addressable, peer-to-peer method of storing and sharing images on the internet. -
PictShare
:camera: PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. :rice_scene: -
Uguu
Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading. -
Pomf
Simple file uploading and sharing, source for the now shut down site Pomf.se -
Zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! -
img.bi
img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. -
FileShelter
FileShelter is a “one-click” file sharing web application -
goploader
Easy file sharing with server-side encryption, curl/httpie/wget compliant -
Kleeja
⬇️ File Upload/sharing application, used by thousands of webmasters since 2007. -
imgpush
Minimalist Self-hosted Image Service for user submitted images in your app -
lutim
Let's Upload That Image ! Read-only mirror of https://framagit.org/fiat-tux/hat-softwares/lutim -
Files Sharing
Self-hosted files sharing application, easy to setup, easy to use -
uPste
A private file hosting application with an emphasis on serving technology communities. -
fibridge
Proxy for turning web browsers into web servers. Load a 100GB file in your browser and stream it over the public web with HTTP byte range requests. -
Share
Simple yet advanced uploader. Allows users to upload files,images, and text with moderation tools for admins. Can be used for friends and family or just for you. Built with integration, like ShareX but more uploaders will be officially supported. -
Web-File-Uploader
A simple tool to let people upload and share images and files -
Pste
Just a simple file hosting application inspired by the likes of pomf.se and teknik.io. -
FireShare
Real-time file sharing system. Using NodeJS, ReactJS, SocketIO, MongoDB. Chai, WebdriverIO for testing. -
Jyraphe
Jyraphe is a web application of file repository, easy to install and easy to use. -
Jirafeau
Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it. -
Coquelicot
Coquelicot is a “one-click” file sharing web application with a focus on protecting users’ privacy.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of BoZoN or a related project?
Popular Comparisons
README
BoZoN
Official website : http://bozon.pw Roadmap page : http://roadmap.bozon.pw
Minimalist Drag & drop file sharing app
- Install: just unzip on your server; no database/ php 5.2. Then go to index.php?p=admin page and create your login/pass.
- Config: just change config.php file.
- Upload a file: go to index.php?p=admin page, connect and then drop files in the dashed area... that's it !
- Organize files & folders, share them, manage the shared access etc.
The share link is the file link in the admin's view (you can also access it by the button link on the file or the folder.)
Required
Php 5 min, php5-gd, ZipArchive
used libraries
I used a few libs I made
- auto_restrict : to easily lock access to a page and handle basic security features
- auto_thumbs : a function to generate all the thumbnails
- auto_dropzone : a lib that handles the drag and drop function only by including it in a script
- Array2feed.php : a function used to convert an array into a RSS feed without committing suicide XD
- "On-the-fly CSS Compression" (a personal modified version of https://gist.github.com/manastungare/2625128)
and
- sorttables.js (http://www.kryogenix.org/code/browser/sorttable)
- b-lazy (http://dinbror.dk/blazy)
- qr-js (http://hg.mearie.org/qrjs)
- m3uStreamPlayer.js (https://github.com/opi/m3uStreamPlayer)
- audiojs (http://kolber.github.io/audiojs)
- scrolltotop : (https://github.com/jerrywham-pluxml5-2/scrollToTop/)
- marked.js : (https://github.com/chjj/marked)
- vanillajs : (my own lib, very tiny)
Support & donate
You can support us using paypal or bitcoin with this page: Donate Contribuir Faire un don
Licence
All Bozon code and all the personal libs used in it are distributed under AGPL: feel free to fork, adapt, distribute, comment etc but please, keep your fork free too ;-)
FAQ
- I want to add a user : There's a [New user] link in the admin's page top menu, click on it and put a login/pass
- I want to remove a user : Click on the [Users list] link in the admin's page top menu, check the user(s) you want to remove and click on ok.
- I've changed some config variables and nothing appends ! : that's not an issue; all variables are in the Session, so you need to restart chromium/firefox/opera etc to see the changes
- can't see the icons / problems uploading / list refresh problem : take a look to access rights (folders / files)
- I want to change my password : Use the change password function (top menu)
- I forgot my password ! : just use your FTP client and delete «private/auto_restrict*.php» files, then try to login again and create a new login/pass.
- I want to change the default language ! : see in config.php file you can set fr/en/es but you can also make your own traduction (see in lang.php)
- I don't want a stolen link works anymore (but I don't want to delete the file/folder) ! : in links mode, click on the regen button (recycle icon) and the share link for this item will automatically change.
- How to lock a share link with a password ? : click on the left menu, use the manage links button; then click on the lock icon on the file/folder and give a password. The file/folder will turn blue with a small lock meaning nobody can now use the share link without the password.
- Yes, ok, but how to remove the password ? : just click on regen button, the id will be regenerated and the password will be destroyed (the share link will change)
- What if I upload, create a folder or move an item with a name conflict ? : Don't worry, BoZoN will just rename the file to avoid overwriting.
- How to create my own skin ? : just copy the default folder in templates/ and make the changes you want, then change the config.php ($default_theme='default';)
- How to upload a complete folder with subfolders in one time ? : make a zip, upload it and use the convert icon (a folder) The uploaded zip will be unzipped on the server and all files and directory structure will be restored.
Special thanks
To Cyrille Borne [ https://github.com/cborne & http://www.cyrille-borne.com ]: without your comments, issues reporting and enhancement ideas this app would never have been so complete ;-)