tailgate
v1.0.2
Published
Serve your music collection
Downloads
75
Readme
Tailgate
Tailgate serves up your mp3s so you can listen to them at work or on your phone.
Installation
Make sure Node.js is installed, then:
npm install -g tailgate
Enjoyment
- $ cd /music/directory
- $ tailgate
- [ open the displayed url in your browser ]
Etc...
Tailgate uses port 3000 by default, if you'd like another port:
$ PORT=1337 tailgate
Tailgate uses Mozilla Persona for Authentication. Authorized user list will be stored in ~/.config/tailgate/config.json. If it's the first time running Tailgate, the first user to login will automatically be added.
If Redis is available Tailgate can:
- store up/downvotes
- store user sessions