Skip to content
David Alexandru Ilie edited this page Oct 1, 2021 · 4 revisions

ShareX Upload Server

ShareX Upload Server is an app made to support sharing images, files and text snippets using ShareX or from the website directly, built using NextJS, TailwindCSS, and Express.js for the backend.

The goal of ShareX Upload Server as opposed to other alternatives is to allow anyone with basic technical knowledge to be able to set this up for themselves. You can see more information about that in the deployment section.

Features

  • Written with a modern stack ensuring best performance in production
  • Written with typescript :)
  • Express.js backend with support for Image, File, Text uploads and much more
  • Next.js frontend with
    • Easily create API keys for specific parts of the API
    • Intuitive interface (works both on desktop and mobile)
    • Dark/Light mode support
  • docker-compose or ansible configurations available in deployment

Clone this wiki locally