Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

xhyrom-archive/shortener-nextjs

Repository files navigation

Oficial Website

How to install

Requirements:

git clone https://github.com/xHyroM/Shortener.git
cd Muploader

npm ci

# Rename template.env.local to .env.local
mv template.env.local .env.local

# Change enviroments in .env.local 
nano .env.local

# After save
npm run build

npm run start -- -p 8080
# Running!

ShareX Support

If you want ShareX support, you need enable NEXT_PUBLIC_SHAREX_SUPPORT in .env.local
Then when you launch the page you go to the Config page (in navbar) where the config will be generated. ^ You need edit URL and Authorization (if you have enabled NEXT_PUBLIC_AUTHORIZATION)