8000 GitHub - webtorrent/webtorrent.io: The code that runs the WebTorrent website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

webtorrent/webtorrent.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 div class="react-directory-filename-column">
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webtorrent.io github javascript style guide

The website for the WebTorrent project

Developer Notes

  • Requires Node.js v8.0.0 or newer
  • secret/index.js will need to be created locally (copy secret/index-sample.js).

Log folders

For production, the following folders are required to exist with chmod 777.

  • $HOME/www/log/webtorrent.io/crash-reports
  • $HOME/www/log/webtorrent.io/telemetry

For local development (not using NODE_ENV="production" environment variable), these folders will be created at:

  • (application root)/logs/crash-reports
  • (application root)/logs/telemetry

license

MIT. Copyright (c) WebTorrent, LLC.

0