https://github.com/alexrogalskiy/web-torrent-site
Torrent site landing
https://github.com/alexrogalskiy/web-torrent-site
Last synced: 3 months ago
JSON representation
Torrent site landing
- Host: GitHub
- URL: https://github.com/alexrogalskiy/web-torrent-site
- Owner: AlexRogalskiy
- License: mit
- Created: 2021-01-07T16:47:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T09:18:19.000Z (about 3 years ago)
- Last Synced: 2025-01-26T10:13:29.482Z (5 months ago)
- Language: JavaScript
- Size: 5.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webtorrent.io [![travis][travis-image]][travis-url] [![javascript style guide][standard-image]][standard-url]
[travis-image]: https://img.shields.io/travis/webtorrent/webtorrent.io/master.svg
[travis-url]: https://travis-ci.org/webtorrent/webtorrent.io
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[standard-url]: https://standardjs.com### The website for the [WebTorrent](https://webtorrent.io) 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/telemetryFor 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](https://webtorrent.io).