mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
69be43b53c
Instead of relying on the `develop` branch of PeerTube, rely on the releases. This implies a few changes in the way we launch PeerTube and since then, a few configuration options and dependencies have been added.
63 lines
3 KiB
Markdown
63 lines
3 KiB
Markdown
# PeerTube app for YunoHost
|
|
[![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=Peertube)<br><br>
|
|
|
|
## Installation
|
|
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. Take notice that this YunoHost package *claims* the following features:
|
|
- [x] Install
|
|
- [x] Remove
|
|
- [ ] 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
|
|
|
|
<h1 align="center">
|
|
PeerTube
|
|
</h1>
|
|
|
|
<h4 align="center">
|
|
Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
|
|
</h4>
|
|
|
|
**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
|
|
|
|
We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, Vimeo... with a centralized software. One organization alone cannot have enough money to pay bandwidth and video storage of its server.
|
|
|
|
So we need to have a decentralized network (as [Hubzilla](https://project.hubzilla.org/page/hubzilla/hubzilla-project) ([Hubzilla YunoHost](https://github.com/YunoHost-Apps/hubzilla_ynh)), [Friendica](http://friendi.ca/) ([Friendica YunoHost](https://github.com/YunoHost-Apps/friendica_ynh)), [Mastodon](https://github.com/tootsuite/mastodon) ([Mastodon YunoHost](https://github.com/YunoHost-Apps/mastodon_ynh)), [Diaspora](https://github.com/diaspora/diaspora) ([Diaspora YunoHost](https://github.com/YunoHost-Apps/diaspora_ynh))).
|
|
But it's not enough because one video could become famous and overload the server.
|
|
It's the reason why we need to use a P2P protocol to limit the server load.
|
|
Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus bittorrent) inside the web browser right now.
|
|
|
|
### Dependencies
|
|
|
|
* **NodeJS >= 6.x**
|
|
* **npm >= 3.x**
|
|
* yarn
|
|
* OpenSSL (cli)
|
|
* PostgreSQL
|
|
* FFmpeg
|
|
|
|
## LICENSE
|
|
|
|
PeerTube is licensed under the GNU Affero General Public License v3.0.
|