Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 853 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 853 Bytes

Shh URL

A simple self-hosted URL shortner

Deploy with Vercel

Requirements

  • MongoDB
  • Node.JS (<16.x)

Setup

A simple .ENV file to save some usefull variables that will be used by Shhh URL.

  PASSWORD=<dashboard password>
  SECRET=<a string to encrypt the dashboard password>
  
  BASE_URI=<uri of shh url>
  DATABASE_URI=<uri for the connection with the database>

Contributing

Feel free to contribute and open pull requests to made a better version of Shhh URL 😉

License

GNU General Public License v3.0