mirror of https://github.com/Chocobozzz/PeerTube
Reorganize readme
parent
2c2e909216
commit
199cef3ab5
10
README.md
10
README.md
|
@ -93,13 +93,14 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
|
||||||
- [X] Account rights (upload...)
|
- [X] Account rights (upload...)
|
||||||
- [X] Make the network auto sufficient (eject bad pods etc)
|
- [X] Make the network auto sufficient (eject bad pods etc)
|
||||||
- [X] Validate the prototype (test PeerTube in a real world)
|
- [X] Validate the prototype (test PeerTube in a real world)
|
||||||
- [ ] Manage API breaks
|
- [ ] Manage inter pod API breaks
|
||||||
- [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
|
- [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
|
||||||
- [X] Admin panel
|
- [X] Admin panel
|
||||||
- [X] Stats
|
- [X] Stats
|
||||||
- [X] Friends list
|
- [X] Friends list
|
||||||
- [X] Manage users (create/remove)
|
- [X] Manage users (create/remove)
|
||||||
- [X] OpenGraph tags
|
- [X] OpenGraph tags
|
||||||
|
- [ ] User registration
|
||||||
- [ ] User playlists
|
- [ ] User playlists
|
||||||
- [ ] User subscriptions (by tags, author...)
|
- [ ] User subscriptions (by tags, author...)
|
||||||
- [X] Signaling a video to the admin origin pod
|
- [X] Signaling a video to the admin origin pod
|
||||||
|
@ -109,6 +110,8 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installation commands.
|
||||||
|
|
||||||
### Front compatibility
|
### Front compatibility
|
||||||
|
|
||||||
* Chromium
|
* Chromium
|
||||||
|
@ -160,16 +163,13 @@ The administrator password is automatically generated and can be found in the lo
|
||||||
|
|
||||||
$ NODE_ENV=production npm run reset-password -- -u root
|
$ NODE_ENV=production npm run reset-password -- -u root
|
||||||
|
|
||||||
**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx
|
**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx <br />
|
||||||
|
|
||||||
**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
|
**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
|
||||||
|
|
||||||
You can check the application (CORS headers, tracker websocket...) by running:
|
You can check the application (CORS headers, tracker websocket...) by running:
|
||||||
|
|
||||||
$ NODE_ENV=production npm run check
|
$ NODE_ENV=production npm run check
|
||||||
|
|
||||||
See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installation commands.
|
|
||||||
|
|
||||||
### Upgrade
|
### Upgrade
|
||||||
|
|
||||||
The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application:
|
The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application:
|
||||||
|
|
Loading…
Reference in New Issue