]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - README.md
Translated using Weblate (Esperanto)
[github/Chocobozzz/PeerTube.git] / README.md
CommitLineData
d3b52378 1<h1 align="center">
40256645 2 <a href="https://joinpeertube.org">
c4ac4593
TK
3 <img src="https://joinpeertube.org/img/brand.png" alt="PeerTube">
4 </a>
d3b52378 5</h1>
8c308c2b 6
40256645
RK
7<p align=center>
8 <strong><a href="https://joinpeertube.org">Website</a></strong>
9 | <strong><a href="https://instances.joinpeertube.org">Join an instance</a></strong>
8af9b8ae 10 | <strong><a href="#package-create-your-own-instance">Create an instance</a></strong>
40256645 11 | <strong><a href="#contact">Chat with us</a></strong>
3f82804c 12 | <strong><a href="https://framasoft.org/en/#soutenir">Donate</a></strong>
40256645
RK
13</p>
14
f2de393e 15<p align="center">
3f82804c 16Be part of a network of multiple small federated, interoperable video hosting providers. Follow video creators and create videos. No vendor lock-in. All on a platform that is community-owned and ad-free.
f2de393e 17</p>
88c8d458 18
99139e77
C
19<p align="center">
20:rocket::rocket::rocket:
21</p>
22
23<p align="center">
24<strong>Check, share and support PeerTube's v3 roadmap on https://joinpeertube.org/roadmap</strong>
25</p>
26
27<p align="center">
28:rocket: :rocket: :rocket:
29</p>
30
34515397
C
31<p align="center">
32 <strong>Developed with &#10084; by <a href="https://framasoft.org">Framasoft</a></strong>
33</p>
34
35<p align="center">
36 <a href="https://framasoft.org">
1eb23e12 37 <img width="150px" src="https://lutim.cpy.re/FeRgHH8r.png" alt="Framasoft logo"/>
34515397
C
38 </a>
39</p>
40
d3b52378
C
41<p align="center">
42 <strong>Client</strong>
191ce958 43
d3b52378 44 <br />
8c308c2b 45
ee663cce
C
46 <a href="https://automate.browserstack.com/public-build/VHUxYy9zYnZqWnkxTTcyNEpPRVdzY2VzN1VhY3hBQUIrYTk2NGFtMnMvTT0tLWxuMk1vVnBzeDJ4cFpFY1JEK2xjSUE9PQ==--cf445693d1fc03efd86a3a5030d079a0de3ece7a">
47 <img src="https://automate.browserstack.com/badge.svg?badge_key=VHUxYy9zYnZqWnkxTTcyNEpPRVdzY2VzN1VhY3hBQUIrYTk2NGFtMnMvTT0tLWxuMk1vVnBzeDJ4cFpFY1JEK2xjSUE9PQ==--cf445693d1fc03efd86a3a5030d079a0de3ece7a"/>
2e8e97f3 48 </a>
5f59cf07
RK
49
50 <a href="https://weblate.framasoft.org/projects/peertube/angular/">
51 <img src="https://weblate.framasoft.org/widgets/peertube/-/angular/svg-badge.svg"/>
52 </a>
d3b52378
C
53</p>
54
55<p align="center">
56 <strong>Server</strong>
57
58 <br />
59
7dba27a8
RK
60 <a href="https://github.com/Chocobozzz/PeerTube/actions?query=workflow%3A%22Test+Suite%22+branch%3Adevelop">
61 <img alt="test suite status" src="https://github.com/Chocobozzz/PeerTube/workflows/Test%20Suite/badge.svg" />
d3b52378
C
62 </a>
63
d31910dd
C
64 <a href="http://standardjs.com/">
65 <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" />
d3b52378
C
66 </a>
67</p>
b4c5a1f8 68
d31910dd
C
69<br />
70
71<p align="center">
669121a6 72 <a href="https://framatube.org/videos/watch/217eefeb-883d-45be-b7fc-a788ad8507d3">
0385b797 73 <img src="http://lutim.cpy.re/9CLXh0Ys.png" alt="screenshot" />
d31910dd
C
74 </a>
75</p>
15e3cdaa 76
9644c2a8
TK
77Introduction
78----------------------------------------------------------------
79
fbb740a3
C
80PeerTube is a free, decentralized and federated video platform developed as an alternative to other platforms that centralize our data and attention, such as YouTube, Dailymotion or Vimeo. :clapper:
81
82But one organization hosting PeerTube alone may not have enough money to pay for bandwidth and video storage of its servers,
83all servers of PeerTube are interoperable as a federated network, and non-PeerTube servers can be part of the larger Vidiverse
84(federated video network) by talking our implementation of ActivityPub.
85Video load is reduced thanks to P2P in the web browser using <a href="https://github.com/webtorrent/webtorrent">WebTorrent</a> or <a href="https://github.com/novage/p2p-media-loader">p2p-media-loader</a>.
9644c2a8
TK
86
87To learn more, see:
f95cb03a
RK
88* This [two-minute video](https://framatube.org/videos/watch/217eefeb-883d-45be-b7fc-a788ad8507d3) (hosted on PeerTube) explaining what PeerTube is and how it works
89* PeerTube's project homepage, [joinpeertube.org](https://joinpeertube.org)
9644c2a8
TK
90* Demonstration instances:
91 * [peertube.cpy.re](https://peertube.cpy.re)
92 * [peertube2.cpy.re](https://peertube2.cpy.re)
93 * [peertube3.cpy.re](https://peertube3.cpy.re)
f95cb03a 94* This [video](https://peertube.cpy.re/videos/watch/da2b08d4-a242-4170-b32a-4ec8cbdca701) demonstrating the communication between PeerTube and [Mastodon](https://github.com/tootsuite/mastodon) (a decentralized Twitter alternative)
9644c2a8 95
43971993 96:sparkles: Features
40256645 97----------------------------------------------------------------
15e3cdaa 98
43971993
RK
99<img src="https://lutim.cpy.re/AHbctLjn.png" align="left" height="300px"/>
100<h3 align="left">Video streaming</h3>
101<p align="left">
102Just upload your videos, and be sure they will stream anywhere. Add a description, some tags and your video will be discoverable by the entire video fediverse, not just your instance. You can even embed a player on your favorite website!
103</p>
104
105---
106
107<img src="https://lutim.cpy.re/cxWccUK7.png" align="right" height="200px"/>
108
109<h3 align="right">Keep in touch with video creators</h3>
110<p align="right">
2f050a99 111Follow your favorite channels from PeerTube or really any other place. No need to have an account on the instance you watched a video to follow its author, you can do all of that from the Fediverse (Mastodon, Pleroma, and plenty others), or just with good ol' RSS.
43971993
RK
112</p>
113
114---
115
116<img src="https://lutim.cpy.re/K07EhFbt.png" align="left" height="200px"/>
117
118<h3 align="left">An interface to call home</h3>
119<p align="left">
120Be it as a user or an instance administrator, you can decide what your experience will be like. Don't like the colors? They are easy to change. Don't want to list videos of an instance but let your users subscribe to them? Don't like the regular web client? All of that can be changed, and much more. No UX dark pattern, no mining your data, no video recommendation bullshitâ„¢.
121</p>
122
123---
124
125<h3 align="right">Communities that help each other</h3>
126<p align="right">
46e9407c 127In addition to visitors using WebTorrent to share the load among them, instances can help each other by caching one another's videos. This way even small instances have a way to show content to a wider audience, as they will be shouldered by friend instances (more about that in our <a href="https://docs.joinpeertube.org/#/contribute-architecture?id=redundancy-between-instances">redundancy guide</a>).
43971993
RK
128</p>
129<p align="right">
53a6d0a3 130Content creators can get help from their viewers in the simplest way possible: a support button showing a message linking to their donation accounts or really anything else. No more pay-per-view and advertisements that hurt visitors and <strike>incentivize</strike> alter creativity (more about that in our <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md">FAQ</a>).
43971993
RK
131</p>
132
0c4706b2
TK
133:raised_hands: Contributing
134----------------------------------------------------------------
135
136You don't need to be a coder to help!
137
138You can give us your feedback, report bugs, help us translate PeerTube, write documentation, and more. Check out the [contributing
53a6d0a3 139guide](https://github.com/Chocobozzz/PeerTube/blob/develop/.github/CONTRIBUTING.md) to know how, it takes less than 2 minutes to get started. :wink:
0c4706b2
TK
140
141You can also join the cheerful bunch that makes our community:
142
143* Chat<a name="contact"></a>:
144 * IRC : **[#peertube on chat.freenode.net:6697](https://kiwiirc.com/client/irc.freenode.net/#peertube)**
8dae69db 145 * Matrix (bridged on IRC and [Discord](https://discord.gg/wj8DDUT)) : **[#peertube:matrix.org](https://matrix.to/#/#peertube:matrix.org)**
0c4706b2
TK
146* Forum:
147 * Framacolibri: [https://framacolibri.org/c/peertube](https://framacolibri.org/c/peertube)
853c3d53 148
0c4706b2
TK
149Feel free to reach out if you have any questions or ideas! :speech_balloon:
150
40256645
RK
151:package: Create your own instance
152----------------------------------------------------------------
153
53a6d0a3 154See the [production guide](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md), which is the recommended way to install or upgrade PeerTube. For hardware requirements, see [Should I have a big server to run PeerTube?](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube) in the FAQ.
e8395f02 155
53a6d0a3 156See the [community packages](https://docs.joinpeertube.org/#/install-unofficial), which cover various platforms (including [YunoHost](https://install-app.yunohost.org/?app=peertube) and [Docker](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md)).
e8395f02 157
40256645
RK
158:book: Documentation
159----------------------------------------------------------------
6dde6a31 160
53a6d0a3 161If you have a question, please try to find the answer in the [FAQ](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md) first.
40256645
RK
162
163### User documentation
6dde6a31 164
46e9407c 165See the [user documentation](https://docs.joinpeertube.org/#/use-setup-account).
d59a8da8 166
40256645 167### Admin documentation
c0c7416a 168
4053ba6f 169See [how to create your own instance](https://github.com/Chocobozzz/PeerTube/blob/develop/README.md#package-create-your-own-instance).
d59a8da8 170
46e9407c 171See the more general [admin documentation](https://docs.joinpeertube.org/#/admin-following-instances).
d59a8da8 172
e2ffb59e 173### Tools documentation
35501c0f 174
e2ffb59e 175Learn how to import/upload videos from CLI or admin your PeerTube instance with the [tools documentation](https://docs.joinpeertube.org/#/maintain-tools).
35501c0f 176
40256645 177### Technical documentation
28e014c0 178
46e9407c 179See the [architecture blueprint](https://docs.joinpeertube.org/#/contribute-architecture) for a more detailed explanation of the architectural choices.
8c308c2b 180
3f82804c 181See our REST API documentation:
7d48ea83 182 * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml)
24339368 183 * Spec explorer: [docs.joinpeertube.org/api-rest-reference.html](https://docs.joinpeertube.org/api-rest-reference.html)
5a649344 184
46e9407c 185See our [ActivityPub documentation](https://docs.joinpeertube.org/#/api-activitypub).
40256645 186
5a649344
T
187## License
188
63703d8c 189Copyright (C) 2015-2020 PeerTube Contributors (see [CREDITS.md](CREDITS.md))
5a649344
T
190
191This program is free software: you can redistribute it and/or modify
192it under the terms of the GNU Affero General Public License as published
853c3d53 193by the Free Software Foundation, either version 3 of the License, or
97b72ed1 194(at your option) any later version.
5a649344
T
195
196This program is distributed in the hope that it will be useful,
197but WITHOUT ANY WARRANTY; without even the implied warranty of
198MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
199GNU Affero General Public License for more details.
200
201You should have received a copy of the GNU Affero General Public License
202along with this program. If not, see <http://www.gnu.org/licenses/>.