X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=FAQ.md;h=ab565c59d66392ada3e61b36495bd3c58ce42e7e;hb=774ec2a9b4eb66ed02416dd7a4a9ab983d5fe27f;hp=06c86ce1018fc73ed086999f2ffcae1a9fcb1bda;hpb=e755a63a1baaa1ddc94abd7f26f6708e8cb869a9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/FAQ.md b/FAQ.md index 06c86ce10..ab565c59d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -31,9 +31,22 @@ We think it is acceptable for a video platform. WEBM, MP4 or OGV videos. -## I want to change my host or move to HTTPS, how can I do that? +## I want to change my host, how can I do that? If you already have followers, you can't. If you don't have any followers, update your configuration and run -`NODE_ENV=production npm run update-host` to update the torrent files. +`NODE_ENV=production npm run update-host` to update the torrent files (they contain your domain name). + + +## Should I have a big server to run PeerTube? + +Not really. For instance, the demonstration server [https://peertube.cpy.re](https://peertube.cpy.re) has 2 vCore and 2GB of RAM and consumes on average: + * **CPU** -> nginx ~ 20%, peertube ~ 10%, postgres ~ 1%, redis ~ 3% + * **RAM** -> nginx ~ 6MB, peertube ~ 120MB, postgres ~ 10MB, redis ~ 5MB + +So you would need: + * **CPU** 1 core if you don't enable transcoding, 2 at least if you enable it + * **RAM** 1GB + * **Storage** Completely depends on how many videos your users will upload +