Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 716 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 716 Bytes

nodurl

Quick and dirty Nodejs and MongoDB powered URL shortener and file-sharing app.

Instructions

http://127.0.0.1/olympus - Administration area (default is olympus, customizable by NODURL_ADMINTAG)

Nodurl supports redirects and file downloads (aKa url shortener and file-sharing)

Installation

Env variables

  • NODURL_USER - admin username
  • NODURL_PASSWORD - admin password
  • NODURL_HOME - where to redirect when accessing /
  • NODURL_PORT - listening port
  • NODURL_ADMINTAG - administration area tag, default is 'olympus'
  • MONGO_HOST - MongoDB host
  • MONGO_DB - MongoDB database