ShareME

ShareMe is a light-weighted application that enable convenient, quick sharing of files, URLs, and Notes.

Detailed Introduction

  • shareCode (length of 4, e.g., AU8I) is all you need
  • 100% “Handwritten”, 0% of AI-enabled tools
  • Backend: Go, levelDB
  • Frontend: Vue3 + Vite
  • Language Support: English, 中文

File Sharing

File sharing is one of our main goals, and the steps to share your file to your friends and other devices of your own could be very simple by using ShareME. We support multi-file upload and easy-use and beautiful interface.

Retrieve your files with a length-4 shareCode, zip-download them, or preview them to prevent from virus.

We support many formats’ preview, including images, texts, programming scripts.

URL Sharing

Sonme URLs are too long? We can certainly relate to that! Try our URL sharing and transform them into a length-4 shareCode with auto-redirection enabled.

Note Sharing

Have some thoughts in your mind or want to share some quick notes with your friends? We got you covered! Our note sharing functionality can let you upload the text and your friend can preview them and also download them!

All in One Place

Retrieve File/URL/Note in the home page! Super Easy and Convenient! The application will react differently based on the type. If it is an URL, an auto-redirection will be launched.

4-digit/chars, as agreed.

Deploy

You need to have: node.js (>=v18), Go (>=v1.16)

Frontend (default port 4173, change by adding –port in the npm run preview):

  • change main.js “app.config.globalProperties.BASE_URL” to your URL
  • npm i
  • npm run build
  • npm run preview — –host (or other vite endoresed methods)

Backend (default port 8569, change by editing config file):

  • go build
  • execute the built file (varies depend on the machine)

Settings (config.txt):

  • AdminToken: Token used to manually kill the files and DB record (destroy) (default March7th 三月七真的很好看!)
  • Delim: delimiter used to separate file names, no file name can contain these symbol (default ||<>-<>||)
  • UploadFolder: the folder to store the files (default ./upload)
  • MaxUploadSize: the max memory to process the file (default 50M)
  • DestroyOnStart: whether to execute destroy on start (default No, change to Yes to enable)
  • DailyDestroyHour: how long to execute destroy per hour (default 20)
  • Port: the port to run the backend (default 8569)

Docker

Under development

GitHub

View Github