Goblin image
This commit is contained in:
parent
a85ffc6c81
commit
b1613b4152
|
@ -20,6 +20,10 @@ With Mediagoblin you can host video and audio content in a similar manner to the
|
|||
|
||||
When hosting media files you should take into consideration that since anyone on the internet can view your content then this could significantly increase your bandwidth usage and overall strain on the server. If you are hosting anything which might become popular then it's a good idea to set up the Freedombone system on an old laptop rather than something like a Beaglebone Black. However, as small single board computers become more powerful with more RAM and CPU cores being able to stream media to many clients should be far less of a problem.
|
||||
|
||||
#+BEGIN_CENTER
|
||||
[[file:images/mediagoblin.jpg]]
|
||||
#+END_CENTER
|
||||
|
||||
* Installation
|
||||
Log into your system with:
|
||||
|
||||
|
@ -36,10 +40,6 @@ After the install has completed go to *Security settings* and select *Create a n
|
|||
|
||||
* Initial setup
|
||||
|
||||
#+BEGIN_CENTER
|
||||
[[file:images/mediagoblin.jpg]]
|
||||
#+END_CENTER
|
||||
|
||||
If you have just obtained a Lets Encrypt certificate as above then go to *About* on the administrator control panel and you should see your Mediagoblin domain listed there along with an onion address. You can then navigate to your site in a browser.
|
||||
|
||||
Create an account and verify it by returning to the *user control panel* opening the email client and looking for the Mediagoblin verification email. It will contain a link that you should follow to activate the account.
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 7.0 KiB |
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2016-12-26 Mon 10:53 -->
|
||||
<!-- 2016-12-26 Mon 10:58 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -255,9 +255,17 @@ With Mediagoblin you can host video and audio content in a similar manner to the
|
|||
When hosting media files you should take into consideration that since anyone on the internet can view your content then this could significantly increase your bandwidth usage and overall strain on the server. If you are hosting anything which might become popular then it's a good idea to set up the Freedombone system on an old laptop rather than something like a Beaglebone Black. However, as small single board computers become more powerful with more RAM and CPU cores being able to stream media to many clients should be far less of a problem.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-org11c3839" class="outline-2">
|
||||
<h2 id="org11c3839">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org11c3839">
|
||||
<div class="org-center">
|
||||
|
||||
<div class="figure">
|
||||
<p><img src="images/mediagoblin.jpg" alt="mediagoblin.jpg" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orga070531" class="outline-2">
|
||||
<h2 id="orga070531">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orga070531">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
@ -282,17 +290,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
|
|||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-org6c142c0" class="outline-2">
|
||||
<h2 id="org6c142c0">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-org6c142c0">
|
||||
<div class="org-center">
|
||||
|
||||
<div class="figure">
|
||||
<p><img src="images/mediagoblin.jpg" alt="mediagoblin.jpg" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf4e1913" class="outline-2">
|
||||
<h2 id="orgf4e1913">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-orgf4e1913">
|
||||
<p>
|
||||
If you have just obtained a Lets Encrypt certificate as above then go to <b>About</b> on the administrator control panel and you should see your Mediagoblin domain listed there along with an onion address. You can then navigate to your site in a browser.
|
||||
</p>
|
||||
|
@ -308,9 +308,9 @@ You should repeat that for however many accounts you want on the system and then
|
|||
</div>
|
||||
|
||||
|
||||
<div id="outline-container-orgadacbc6" class="outline-2">
|
||||
<h2 id="orgadacbc6">File formats</h2>
|
||||
<div class="outline-text-2" id="text-orgadacbc6">
|
||||
<div id="outline-container-orgb2d9b36" class="outline-2">
|
||||
<h2 id="orgb2d9b36">File formats</h2>
|
||||
<div class="outline-text-2" id="text-orgb2d9b36">
|
||||
<p>
|
||||
It's a good idea to upload videos in <i>webm</i> format. In that case Mediagoblin will skip the transcoding step (which can take hours for videos of non-trivial length) and the whole process will be quicker. Transcoding just converts whatever file format you submit into a standard resolution and file type. On your local system you can convert a video to webm with:
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue