]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - README.md
Add "max requests number" information for requests iterations
[github/Chocobozzz/PeerTube.git] / README.md
index 9dab73d0909d2a20e481429cf06560194a8274d7..975ec169543e2b681139b54b70914a275c024b34 100644 (file)
--- a/README.md
+++ b/README.md
@@ -95,10 +95,12 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
 - [ ] Validate the prototype (test PeerTube in a real world with many pods and videos)
 - [ ] Manage API breaks
 - [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
-- [ ] Admin panel
-  - [ ] Stats about videos
+- [X] Admin panel
+  - [X] Stats
   - [X] Friends list
   - [X] Manage users (create/remove)
+- [ ] User playlists
+- [ ] User subscriptions (by tags, author...)
 
 
 ## Installation
@@ -125,7 +127,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
         # apt-get update
         # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin
         # npm install -g npm@3
-        # npm install -g electron-prebuilt
+        # npm install -g electron
 
 #### Other distribution... (PR welcome)
 
@@ -162,6 +164,10 @@ Finally, run the server with the `production` `NODE_ENV` variable set.
 
     $ NODE_ENV=production npm start
 
+**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx
+
+**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
+
 ### Other commands
 
 To print all available command run: