From d42e8b599aa9b6f67b6ca8c277b260b63e6ac8d4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 23 Mar 2018 20:23:12 +0100 Subject: [PATCH] Update README ? --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index fe2acf5..57604e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,24 @@ # PeerTube app for YunoHost + [![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=Peertube)

+

+PeerTube is a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser, using WebTorrent. +

+ +**PeerTube is sponsored by [Framasoft](https://framatube.org/#en), a non-profit that promotes, spreads and develops free-libre software. If you want to support this project, please [consider donating them](https://soutenir.framasoft.org/en/).** + +## Demonstration + +Want to see in action? + + * [Demo](http://peertube.cpy.re) + * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) to see how the "decentralization feature" looks like + * [Video](https://peertube.valvin.fr/videos/watch/e510b421-92f3-4153-aaf9-baf5166f43e8) showcasing A2HS + + ## Installation + 1. Require dedicated domain like **peertube.domain.tld**. 1. No LDAP support (blocked until upstream implements it) 1. No Multi-instance @@ -22,23 +39,6 @@ $ cd /var/www/peertube && NODE_ENV=production npm run reset-password -- -u root -

- PeerTube -

- -

-Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent. -

- -**PeerTube is sponsored by [Framasoft](https://framatube.org/#en), a non-profit that promotes, spreads and develops free-libre software. If you want to support this project, please [consider donating them](https://soutenir.framasoft.org/en/).** - -## Demonstration - -Want to see in action? - - * [Demo](http://peertube.cpy.re) - * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) to see how the "decentralization feature" looks like - * [Video](https://peertube.valvin.fr/videos/watch/e510b421-92f3-4153-aaf9-baf5166f43e8) showcasing A2HS ## Why