From 17706ac04361f3121e0683d5ff5bdc4cc474596d Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski Date: Thu, 5 Jul 2018 16:11:12 +0200 Subject: [PATCH] s/peertube/PeerTube/ --- ...md => Installing-PeerTube-in-a-FreeBSD-Jail.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) rename Installing-Peertube-in-a-FreeBSD-Jail.md => Installing-PeerTube-in-a-FreeBSD-Jail.md (95%) diff --git a/Installing-Peertube-in-a-FreeBSD-Jail.md b/Installing-PeerTube-in-a-FreeBSD-Jail.md similarity index 95% rename from Installing-Peertube-in-a-FreeBSD-Jail.md rename to Installing-PeerTube-in-a-FreeBSD-Jail.md index 3b654fa..5e41656 100644 --- a/Installing-Peertube-in-a-FreeBSD-Jail.md +++ b/Installing-PeerTube-in-a-FreeBSD-Jail.md @@ -21,11 +21,11 @@ Most of the instruction MUST be done before we continue with specific instructio :warning: the command for knowing the latest available version works with `bash`, but not with `csh`, which is the default `root` shell on FreeBSD. We have to use a different method (changes are very small). ``` -set VERSION=`curl -s https://api.github.com/repos/chocobozzz/peertube/releases/latest | grep tag\_name | cut -d '"' -f 4` && echo "Latest Peertube version is $VERSION" +set VERSION=`curl -s https://api.github.com/repos/chocobozzz/peertube/releases/latest | grep tag\_name | cut -d '"' -f 4` && echo "Latest PeerTube version is $VERSION" ``` -Then we use the command to download and extract Peertube as visible in the production page. +Then we use the command to download and extract PeerTube as visible in the production page. -## Peertube configuration +## PeerTube configuration Nothing change in this part, please read the documentation. @@ -44,7 +44,7 @@ Then we copy the sample nginx configuration file exactly as explained in the off We are going to suppose that you want to host several web services, each of them in a jail. It will be very difficult to maintain the *let's encrypt* certificates for each of those jail. We let the main host to deal with the certificate for ALL the jails. -Please read the `dehydraded` documentation in order to generate your Peertube instance certificate. +Please read the `dehydraded` documentation in order to generate your PeerTube instance certificate. :information_source: I used to use certbot. My configuration is a little bit different from the dehydraded one. @@ -93,7 +93,7 @@ server{ # The root location (/) will be redirect # We add some header and VERY IMPORTANT, the client_max_body_size - # set to 4G (the maximum size peertube video) + # set to 4G (the maximum size PeerTube video) location / { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://w.x.y.z/; @@ -271,10 +271,9 @@ server { ## Last words -Be sure to save and keep your configuration files, a Peertube update could crush them. +Be sure to save and keep your configuration files, a PeerTube update could crush them. ## Thanks -Thanks to Chocobozzz who created Peertube, to Framasoft for being part of Peertube popularity, to friends who help me to understand some tricky with jail network and to reread actors. +Thanks to Chocobozzz who created PeerTube, to Framasoft for being part of PeerTube popularity, to friends who help me to understand some tricky with jail network and to reread actors. If you find useful this documentation, please make a donation to [Framasoft](https://soutenir.framasoft.org/en//?f=nav) - -- 2.25.1