From: Chocobozzz Date: Wed, 21 Mar 2018 09:20:47 +0000 (+0100) Subject: Update FAQ X-Git-Tag: v1.0.0-beta.2~73 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c263f3b425354cb0114d8fc22b8c4a96c3865c0b;p=oweals%2Fpeertube.git Update FAQ --- diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3d90b70b9..c9988bfea 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -45,7 +45,7 @@ to install the dependencies. Then clone the sources and install node modules: ``` -$ git clone -b master https://github.com/Chocobozzz/PeerTube +$ git clone https://github.com/Chocobozzz/PeerTube $ cd PeerTube $ yarn install --pure-lockfile ``` diff --git a/FAQ.md b/FAQ.md index fb3969a04..0113b7c47 100644 --- a/FAQ.md +++ b/FAQ.md @@ -51,11 +51,7 @@ WEBM, MP4 or OGV videos. ## 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 (they contain your domain name). - +You can't. You'll need to re install an instance and reupload your videos. ## Should I have a big server to run PeerTube? diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index b9f7be48c..0ea3c1389 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -87,7 +87,7 @@ export class AppComponent implements OnInit { .subscribe(() => { const config = this.serverService.getConfig() - // We test customCSS in case or the admin removed the css + // We test customCSS if the admin removed the css if (this.customCSS || config.instance.customizations.css) { const styleTag = '' this.customCSS = this.domSanitizer.bypassSecurityTrustHtml(styleTag)