Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oreqr/example-sharex-server
- Owner: OreQr
- License: mit
- Created: 2022-05-26T13:06:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T03:02:28.000Z (almost 2 years ago)
- Last Synced: 2023-04-29T17:56:44.764Z (over 1 year ago)
- Topics: files-uploader, sharex, sharex-server, sharex-upload, typescript, upload, uploader
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd example-sharex-server
```
Install modules
```bash
npm install
```
Replace `[KEY]` in `config.json` and `server.sxcu` for your own keyRun 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)