uPste alternatives and similar software solutions
Based on the "Single-click/drag-n-drop upload" category.
Alternatively, view uPste 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: -
Pomf
Simple file uploading and sharing, source for the now shut down site Pomf.se -
Uguu
Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading. -
img.bi
img.bi is a secure image hosting. Images are encrypted using AES-256 with random key in browser before upload. -
Zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! -
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 -
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. -
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. -
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.
Static code analysis for 29 languages.
* 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 uPste or a related project?
Popular Comparisons
README
uPste
Unmaintained, see FoxDev/pste for the rewrite.
uPste is a file hosting application with an emphasis on serving technology communities.
It is released under the GNU Affero General Public License.
The official demo of this project is available at https://u.pste.pw.
Interested in contributing, want some help or just have some questions? Join us on irc.rizon.net in #leliana
Screenshots
Requirements
- The PHP GD extension.
- The ability to install Laravel.
- Any database supported by Eloquent.
- Laravel Elixir.
- A little bit of command line experience.
Installation
We'll assume you already have a database, setting that up is beyond the scope of this readme.
git clone https://github.com/TheReverend403/uPste
cd uPste
composer install # Installs laravel, all dependencies, npm dependencies, compiles assets and generates your app key.
Open .env in the root directory of uPste and edit the settings within to suit your site. Make sure to read what each one does, and feel free to ask if you're not sure.
php artisan migrate # Creates your database schema
The next, and last part is entirely dependent you and how you want to configure your webserver, but you're basically going to want two domains (or subdomains).
There is an example nginx config in the root of this repository.
Feel free to adapt it to your server software, but you MUST keep the /uploads location intact for x-accel/x-sendfile to work if you intend to use them.
That's it, you're done! Now just navigate to your site and register.
The first user registered will be automatically enabled and made an admin, so take measures to make sure this is you.
Upgrading
WARNING: It is strongly recommended you check the release notes for each new version to see if there are any breaking changes that affect you.
Upgrading is easy. Just run the following commands, and make sure to check .env.example for any new config options you need to set.
cd /path/to/uPste
git pull
composer update
If you change .env values and they don't seem to be doing anything, try running composer recache
to rebuild the site caches, including the config cache.
*Note that all licence references and agreements mentioned in the uPste README section above
are relevant to that project's source code only.