A simple server to handle some functionnalities of ShareX publishing.
Git Clone this repo
git clone [email protected]:F2VILLE/sharex-server.git
Then, go in the folder and download dependencies
npm i
Last step, create a .env
file in the root folder, then write these two variables :
URL="https://yourdomain.com"
AUTHTOKEN="thetokenyoullputinsharex"