Gogs
This commit is contained in:
parent
b5f90f2a5c
commit
3ba911c211
|
@ -42,7 +42,7 @@ If you installed the system using a disk image then you can log in using the use
|
|||
editor README
|
||||
#+end_src
|
||||
|
||||
In a browser navigate to your git site and click the *Register* button. The first user registered on the system becomes the administrator. Once you've done that then it's a good idea to disable further registrations. Currently that's a little complicated, but you can do it as follows:
|
||||
In a browser navigate to your Gogs site and click the *Register* button. The first user registered on the system becomes the administrator. Once you've done that then it's a good idea to disable further registrations. Currently that's a little complicated, but you can do it as follows:
|
||||
|
||||
#+begin_src bash :tangle no
|
||||
sudo username@domainname -p 2222
|
||||
|
|
|
@ -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-11-14 Mon 13:10 -->
|
||||
<!-- 2016-11-14 Mon 13:15 -->
|
||||
<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,9 @@ Github is ok, but it's proprietary and funded by venture capital. If you been ar
|
|||
A Git hosting system called <a href="https://gogs.io">Gogs</a> can optionally be installed. This is very similar to Github in appearance and use. It's lightweight and so well suited for use on low power ARM servers.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-org8b4885f" class="outline-2">
|
||||
<h2 id="org8b4885f">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org8b4885f">
|
||||
<div id="outline-container-org45aa5cf" class="outline-2">
|
||||
<h2 id="org45aa5cf">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org45aa5cf">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
@ -281,9 +281,9 @@ After the install has completed go to <b>Security settings</b> and select <b>Cre
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orga01dd14" class="outline-2">
|
||||
<h2 id="orga01dd14">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-orga01dd14">
|
||||
<div id="outline-container-orgebd229b" class="outline-2">
|
||||
<h2 id="orgebd229b">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-orgebd229b">
|
||||
<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 Gogs domain listed there along with an onion address. You can then navigate to your site in a browser.
|
||||
</p>
|
||||
|
@ -298,7 +298,7 @@ If you installed the system using a disk image then you can log in using the use
|
|||
</div>
|
||||
|
||||
<p>
|
||||
In a browser navigate to your git site and click the <b>Register</b> button. The first user registered on the system becomes the administrator. Once you've done that then it's a good idea to disable further registrations. Currently that's a little complicated, but you can do it as follows:
|
||||
In a browser navigate to your Gogs site and click the <b>Register</b> button. The first user registered on the system becomes the administrator. Once you've done that then it's a good idea to disable further registrations. Currently that's a little complicated, but you can do it as follows:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
|
|
Loading…
Reference in New Issue