aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-15 21:11:05 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-15 21:11:05 +0200
commitb2e4c0ba1a33b8a50491a1f8d111468a7da5640f (patch)
tree4504d724523f5b3de894b57a8ae77d03647386aa /README.md
parent3c8ee69f8857c38d4f9047e8e2549063dfd922e3 (diff)
downloadPeerTube-b2e4c0ba1a33b8a50491a1f8d111468a7da5640f.tar.gz
PeerTube-b2e4c0ba1a33b8a50491a1f8d111468a7da5640f.tar.zst
PeerTube-b2e4c0ba1a33b8a50491a1f8d111468a7da5640f.zip
Update readme roadmap
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6419c4877..ab4cf81ed 100644
--- a/README.md
+++ b/README.md
@@ -50,13 +50,17 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t
50- [X] List the videos 50- [X] List the videos
51- [X] Search a video name (local index) 51- [X] Search a video name (local index)
52- [X] View the video in an HTML5 page with WebTorrent 52- [X] View the video in an HTML5 page with WebTorrent
53- [ ] Manage user accounts 53- [ ] Manage admin account
54 - [ ] Inscription
55 - [X] Connection 54 - [X] Connection
56 - [X] Account rights (upload...) 55 - [X] Account rights (upload...)
57- [X] Make the network auto sufficient (eject bad pods etc) 56- [X] Make the network auto sufficient (eject bad pods etc)
57- [ ] Validate the prototype (test PeerTube in a real world with many pods and videos)
58- [ ] Manage API breaks 58- [ ] Manage API breaks
59- [ ] Add "DDOS" security (check if a pod don't send too many requests for example) 59- [ ] Add "DDOS" security (check if a pod don't send too many requests for example)
60- [ ] Admin panel
61 - [ ] Stats about the network (how many friends, how many requests per hour...)
62 - [ ] Stats about videos
63 - [ ] Manage users (create/remove)
60 64
61 65
62## Installation 66## Installation