X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=cfd44f560a1d105e1bcd10c83f3d4216d794abcf;hb=890666733f3f2d0f9f1f8cb89c54fee555ac5715;hp=6dfb2c88281fd4c9365b7c70f66c925821b19c79;hpb=853c3d533d287d762053e0fa6ecf6bfc3feb0051;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 6dfb2c882..cfd44f560 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,18 @@ Be 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.

+

+:rocket::rocket::rocket: +

+ +

+Check, share and support PeerTube's v3 roadmap on https://joinpeertube.org/roadmap +

+ +

+:rocket: :rocket: :rocket: +

+

Developed with ❤ by Framasoft

@@ -38,6 +50,10 @@ Be part of a network of multiple small federated, interoperable video hosting pr + + + +

@@ -45,8 +61,8 @@ Be part of a network of multiple small federated, interoperable video hosting pr
- - pipeline status + + test suite status @@ -147,15 +163,6 @@ Feel free to reach out if you have any questions or ideas! :speech_balloon: :package: Create your own instance ---------------------------------------------------------------- -#### Dependencies - - * nginx - * **PostgreSQL >= 9.6** - * **Redis >= 2.8.18** - * **NodeJS >= 10.x** - * **yarn >= 1.x** - * **FFmpeg >= 3.x** - See 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. See 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)). @@ -184,7 +191,7 @@ Learn how to import/upload videos from CLI or admin your PeerTube instance with See the [architecture blueprint](https://docs.joinpeertube.org/#/contribute-architecture) for a more detailed explanation of the architectural choices. See our REST API documentation: - * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/support/doc/api/openapi.yaml) + * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml) * Spec explorer: [docs.joinpeertube.org/api-rest-reference.html](https://docs.joinpeertube.org/api-rest-reference.html) See our [ActivityPub documentation](https://docs.joinpeertube.org/#/api-activitypub).