diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-09 12:13:51 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-09 12:13:51 +0200 |
commit | 199cef3ab598fd079888508526ebd66716a99ac1 (patch) | |
tree | d05f6e5bde080044343dadfc67760f33df4ec043 | |
parent | 2c2e90921646d223060e98d517fc8ac61c90eb9e (diff) | |
download | PeerTube-199cef3ab598fd079888508526ebd66716a99ac1.tar.gz PeerTube-199cef3ab598fd079888508526ebd66716a99ac1.tar.zst PeerTube-199cef3ab598fd079888508526ebd66716a99ac1.zip |
Reorganize readme
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -93,13 +93,14 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
93 | - [X] Account rights (upload...) | 93 | - [X] Account rights (upload...) |
94 | - [X] Make the network auto sufficient (eject bad pods etc) | 94 | - [X] Make the network auto sufficient (eject bad pods etc) |
95 | - [X] Validate the prototype (test PeerTube in a real world) | 95 | - [X] Validate the prototype (test PeerTube in a real world) |
96 | - [ ] Manage API breaks | 96 | - [ ] Manage inter pod API breaks |
97 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) | 97 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) |
98 | - [X] Admin panel | 98 | - [X] Admin panel |
99 | - [X] Stats | 99 | - [X] Stats |
100 | - [X] Friends list | 100 | - [X] Friends list |
101 | - [X] Manage users (create/remove) | 101 | - [X] Manage users (create/remove) |
102 | - [X] OpenGraph tags | 102 | - [X] OpenGraph tags |
103 | - [ ] User registration | ||
103 | - [ ] User playlists | 104 | - [ ] User playlists |
104 | - [ ] User subscriptions (by tags, author...) | 105 | - [ ] User subscriptions (by tags, author...) |
105 | - [X] Signaling a video to the admin origin pod | 106 | - [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 | |||
109 | 110 | ||
110 | ## Installation | 111 | ## Installation |
111 | 112 | ||
113 | See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installation commands. | ||
114 | |||
112 | ### Front compatibility | 115 | ### Front compatibility |
113 | 116 | ||
114 | * Chromium | 117 | * Chromium |
@@ -160,16 +163,13 @@ The administrator password is automatically generated and can be found in the lo | |||
160 | 163 | ||
161 | $ NODE_ENV=production npm run reset-password -- -u root | 164 | $ NODE_ENV=production npm run reset-password -- -u root |
162 | 165 | ||
163 | **Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx | 166 | **Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx <br /> |
164 | |||
165 | **Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd | 167 | **Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd |
166 | 168 | ||
167 | You can check the application (CORS headers, tracker websocket...) by running: | 169 | You can check the application (CORS headers, tracker websocket...) by running: |
168 | 170 | ||
169 | $ NODE_ENV=production npm run check | 171 | $ NODE_ENV=production npm run check |
170 | 172 | ||
171 | See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installation commands. | ||
172 | |||
173 | ### Upgrade | 173 | ### Upgrade |
174 | 174 | ||
175 | The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application: | 175 | The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application: |