Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oreqr/example-sharex-server

📸 Simple application to file sharing using ShareX
https://github.com/oreqr/example-sharex-server

files-uploader sharex sharex-server sharex-upload typescript upload uploader

Last synced: about 1 month ago
JSON representation

📸 Simple application to file sharing using ShareX

Awesome Lists containing this project

README

        

![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![GitHub last commit](https://img.shields.io/github/last-commit/oreqr/example-sharex-server?style=for-the-badge&logo=github&logoColor=white)

# Example ShareX Server
Simple application to file sharing using ShareX 📷

## Installation
### Requirements
- node
- npm
- pm2 (to install `npm install pm2 -g`)

Download from github
```bash
git clone https://github.com/oreqr/example-sharex-server.git

cd example-sharex-server
```
Install modules
```bash
npm install
```
Replace `[KEY]` in `config.json` and `server.sxcu` for your own key

Run the server
```bash
pm2 start "npm start" --name "sharex-server"
```
Run `server.sxcu` on your computer to configure ShareX

## License

[MIT](https://github.com/OreQr/example-sharex-server/blob/main/LICENSE)