Skip to content
forked from myarchives/erbuc

Convert mega.nz public links to direct links

License

Notifications You must be signed in to change notification settings

IAmBlackat/erbuc

 
 

Repository files navigation

node badge node badge node badge

erbuc

Convert mega.nz public links to direct links

How to use

  1. Go to mega.nz
  2. Copy full link of public file. Template below
  3. Go to vps.laont.me:3001
  4. Paste link, generate direct and use this

Selfhosted

With docker

docker pull laontme/erbuc:latest
docker run -p 80:3000 -e PORT=3000 -d laontme/erbuc

Note that 80:3000 and PORT=3000 must be similar

With node

Windows
git clone https://github.com/laontme/erbuc
cd erbuc
yarn
set PORT=3000
yarn start
Unix
git clone https://github.com/laontme/erbuc
cd erbuc
yarn
$PORT=3000
yarn start

Author

Site: laont.me

Email: [email protected]

You can donate me. It will help me a lot in my endeavors

License

This repository is licensed under MIT license. You can freely copy, modify and distribute code, but with notice about license and copyright

About

Convert mega.nz public links to direct links

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.1%
  • HTML 24.8%
  • Dockerfile 6.1%