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

xhyrom-archive/Muploader

Folders and files

NameName
Last commit message
Last commit date
Jan 2, 2022
Apr 2, 2022
Apr 2, 2022
Apr 2, 2022
Dec 29, 2021
Jan 2, 2022
Jan 1, 2022
Apr 2, 2022
Apr 2, 2022
Jan 2, 2022
Jan 2, 2022
Dec 12, 2021
Apr 19, 2022
Dec 31, 2021
Dec 11, 2021
Jan 2, 2022
Jan 2, 2022
Jul 30, 2022
Jul 30, 2022
Jan 1, 2022
Jan 2, 2022

Repository files navigation

How to install

Requirements:

git clone https://github.com/xHyroM/Muploader.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)