doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-12-16 18:38:18 -05:00
parent a7c451f5a5
commit 5a1785c806
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
3 changed files with 103 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,12 @@
<articleinfo>
<title>FreedomBox/Manual</title>
<revhistory>
<revision>
<revnumber>78</revnumber>
<date>2019-12-15 19:26:31</date>
<authorinitials>Drahtseil</authorinitials>
<revremark>Added Gitweb (to the end of the manual, but I have no clue how this is sorted)</revremark>
</revision>
<revision>
<revnumber>77</revnumber>
<date>2019-04-30 00:45:49</date>
@ -3113,6 +3119,34 @@ echo "newpassword" | su mumble-server -s /bin/sh -c "/usr/sbin/murmurd -ini /etc
</itemizedlist>
</section>
</section>
<section>
<title>Simple Git Hosting (GitWeb)</title>
<para>Git is a distributed version-control system for tracking changes in source code during software development. GitWeb provides a web interface to Git repositories. You can browse history and content of source code, use search to find relevant commits and code. You can also clone repositories and upload code changes with a command-line Git client or with multiple available graphical clients. And you can share your code with people around the world. </para>
<para>To learn more on how to use Git visit <ulink url="https://git-scm.com/docs/gittutorial">Git tutorial</ulink>. </para>
<para><emphasis role="strong">Available since version:</emphasis> 19.19 </para>
<section>
<title>Managing the repositories</title>
<para>After installation of GitWeb, a new repository can be created. It can be marked as <emphasis>private</emphasis> to limit access. </para>
</section>
<section>
<title>Access</title>
<para>GitWeb can be accessed after installation e.g. by the web client through <ulink url="https://&lt;my"/> freedombox name&gt;/gitweb </para>
</section>
<section>
<title>HTTP basic auth</title>
<para>GitWeb on FreedomBox currently supports HTTP remotes only. To avoid having to enter the password each time you pull/push to the repository, you can edit your remote to include the credentials. </para>
<para>
<emphasis>Example:</emphasis>
<ulink url="https://username@password:my.freedombox.rocks/gitweb/myrepo"/>
</para>
<para>Your username and password will be encrypted. Someone monitoring the network traffic will notice the domain name only.</para>
<para><emphasis role="strong">Note:</emphasis> If using this method, your password will be stored in plain text in the local repository's .git/config file. </para>
</section>
<section>
<title>Mirroring</title>
<para>Though your repositories are primarily hosted on your own FreedomBox, you can configure a repository on another Git hosting system like <ulink url="https://wiki.debian.org/FreedomBox/Manual/GitLab#">GitLab</ulink> as a mirror. </para>
</section>
</section>
</section>
<section>
<title>System</title>
@ -9956,6 +9990,38 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw]
<section>
<title>Release Notes</title>
<para>The following are the release notes for each FreedomBox version. </para>
<section>
<title>FreedomBox 19.23 (2019-12-16)</title>
<itemizedlist>
<listitem>
<para>minidlna: New app for MiniDLNA (Simple Media Server) </para>
</listitem>
<listitem>
<para>apps: Show app icons in app pages </para>
</listitem>
<listitem>
<para>apps: Implement responsive layout for app pages </para>
</listitem>
<listitem>
<para>samba: Recursively set open share directory permissions </para>
</listitem>
<listitem>
<para>transmission: Add directory selection form </para>
</listitem>
<listitem>
<para>mumble: Add option to set SuperUser password </para>
</listitem>
<listitem>
<para>cockpit: Extend apps description with access info </para>
</listitem>
<listitem>
<para>cockpit: Add list of valid urls to access the app </para>
</listitem>
<listitem>
<para>Update translations for French, German, Spanish, Portuguese, and Swedish </para>
</listitem>
</itemizedlist>
</section>
<section>
<title>FreedomBox 19.22 (2019-12-02)</title>
<itemizedlist>

View File

@ -9806,6 +9806,38 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw]
<section>
<title>Release Notes</title>
<para>The following are the release notes for each FreedomBox version. </para>
<section>
<title>FreedomBox 19.23 (2019-12-16)</title>
<itemizedlist>
<listitem>
<para>minidlna: New app for MiniDLNA (Simple Media Server) </para>
</listitem>
<listitem>
<para>apps: Show app icons in app pages </para>
</listitem>
<listitem>
<para>apps: Implement responsive layout for app pages </para>
</listitem>
<listitem>
<para>samba: Recursively set open share directory permissions </para>
</listitem>
<listitem>
<para>transmission: Add directory selection form </para>
</listitem>
<listitem>
<para>mumble: Add option to set SuperUser password </para>
</listitem>
<listitem>
<para>cockpit: Extend apps description with access info </para>
</listitem>
<listitem>
<para>cockpit: Add list of valid urls to access the app </para>
</listitem>
<listitem>
<para>Update translations for French, German, Spanish, Portuguese, and Swedish </para>
</listitem>
</itemizedlist>
</section>
<section>
<title>FreedomBox 19.22 (2019-12-02)</title>
<itemizedlist>