From d42e8b599aa9b6f67b6ca8c277b260b63e6ac8d4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 23 Mar 2018 20:23:12 +0100 Subject: [PATCH 1/3] 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 From eddfefba3d1ce7adcf9498d360c5aed1b0066fad Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 26 Mar 2018 10:35:11 +0530 Subject: [PATCH 2/3] Updated readme:multi-instance,upgrade,admin email --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 57604e5..78bf61f 100644 --- a/README.md +++ b/README.md @@ -21,24 +21,20 @@ Want to see in action? 1. Require dedicated domain like **peertube.domain.tld**. 1. No LDAP support (blocked until upstream implements it) - 1. No Multi-instance 1. No url change possible - 1. Peertube is under development stage, **don't use it for production** + 1. Peertube is under beta stage, **don't use it for production** 1. Take notice that this YunoHost package *claims* the following features: - [x] Install - [x] Remove - - [ ] Upgrade + - [X] Upgrade - [ ] Backup - [ ] Restore 1. **Install the app by following command:** $ sudo yunohost app install https://github.com/YunoHost-Apps/peertube_ynh - 1. **root** is the admin username and the admin email is the email address given at the time of installation. - 1. **After installation change the password by this command:** - - $ cd /var/www/peertube && NODE_ENV=production npm run reset-password -- -u root - + 1. Use **root** as the admin username and the password given while installation of the Peertube for the login. + 1. Don't forget to change the **port** if using a multi-instance for Peertube. ## Why From 2ada66ede656dbb19fc4e419b6ec596124e75aac Mon Sep 17 00:00:00 2001 From: anmol26s Date: Wed, 28 Mar 2018 00:52:37 +0530 Subject: [PATCH 3/3] Added backup and restore --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78bf61f..69874a3 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ Want to see in action? 1. Require dedicated domain like **peertube.domain.tld**. 1. No LDAP support (blocked until upstream implements it) - 1. No url change possible + 1. URL can not be changed once selected. 1. Peertube is under beta stage, **don't use it for production** 1. Take notice that this YunoHost package *claims* the following features: - [x] Install - [x] Remove - [X] Upgrade - - [ ] Backup - - [ ] Restore + - [X] Backup + - [X] Restore 1. **Install the app by following command:**