8000 GitHub - axelpale/bitchest: Simple anonymous and temporary file sharing service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple anonymous and temporary file sharing service

License

Notifications You must be signed in to change notification settings

axelpale/bitchest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitchest

Bit Chest. Simple anonymous and temporary file sharing service.

Install

> npm install bitchest

Minimal bitchest app

const bit = require('bitchest')
bit.run()

Configure

You can specify custom PORT and other stuff by passing an options object. Each option is optional and the default values are shown below:

bit.run({
  title: 'File Chest',
  roomWord: 'Chest',
  port: 8888,
  uploadDir: path.join(\__dirname, '.temp'),
  maxFileSize: 1048576, // bytes
  poweredBy: true
})

Tech

Licence

MIT

About

Simple anonymous and temporary file sharing service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0