mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Fix spelling
This commit is contained in:
parent
5aa2c736a3
commit
c241eb187d
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,14 +1,14 @@
|
||||||
# PeerTube app for YunoHost
|
# PeerTube app for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/peertube)
|
[](https://dash.yunohost.org/appci/app/peertube)
|
||||||
[](https://install-app.yunohost.org/?app=peertube)
|
[](https://install-app.yunohost.org/?app=peertube)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
### What is Peertube ?
|
### What is PeerTube ?
|
||||||
PeerTube is a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser, using <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
|
PeerTube is a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser, using <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
|
||||||
|
|
||||||
### Why Peertube ?
|
### Why PeerTube ?
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ Want to see in action?
|
||||||
### Guidelines
|
### Guidelines
|
||||||
|
|
||||||
1. Require **dedicated domain** like **peertube.domain.tld**.
|
1. Require **dedicated domain** like **peertube.domain.tld**.
|
||||||
1. **No LDAP** support (blocked until Peertube core upstream implements it)
|
1. **No LDAP** support (blocked until PeerTube core upstream implements it)
|
||||||
1. URL can not be changed once selected. Choose the domain wisely.
|
1. URL can not be changed once selected. Choose the domain wisely.
|
||||||
1. You need more then **1GB** of ram. If you don't have it, please create a **swap memory**.
|
1. You need more then **1GB** of ram. If you don't have it, please create a **swap memory**.
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ Want to see in action?
|
||||||
$ mkswap /swapfile
|
$ mkswap /swapfile
|
||||||
$ swapon /swapfile
|
$ swapon /swapfile
|
||||||
$ echo "/swapfile swap swap defaults 0 0" >> /etc/fstab
|
$ echo "/swapfile swap swap defaults 0 0" >> /etc/fstab
|
||||||
1. This app is **multi-instance** (you can have more then one Peertube instance running on a YunoHost server)
|
1. This app is **multi-instance** (you can have more then one PeerTube instance running on a YunoHost server)
|
||||||
|
|
||||||
### Installing guide
|
### Installing guide
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue