Uppdatera 'README.md'
This commit is contained in:
parent
aef3c41e81
commit
fc8326b340
12
README.md
12
README.md
@ -1,6 +1,6 @@
|
|||||||
# Gitea
|
# Gitea
|
||||||
|
|
||||||
## Usage
|
## Användning
|
||||||
|
|
||||||
### Generera SSH-nycklar
|
### Generera SSH-nycklar
|
||||||
|
|
||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Confit cheat sheet
|
### Config cheat sheet
|
||||||
|
|
||||||
https://docs.gitea.io/en-us/config-cheat-sheet/#server-server
|
https://docs.gitea.io/en-us/config-cheat-sheet/#server-server
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ START_SSH_SERVER = true
|
|||||||
SSH_LISTEN_PORT = %(SSH_PORT)s
|
SSH_LISTEN_PORT = %(SSH_PORT)s
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
### Redirect av HTTPS via Apache
|
### HTTPS proxy via Apache
|
||||||
|
|
||||||
<pre><code>[server]
|
<pre><code>[server]
|
||||||
ROOT_URL = https://git.myspace.nu/
|
ROOT_URL = https://git.myspace.nu/
|
||||||
@ -44,8 +44,10 @@ ENABLE_OPENID_SIGNUP = false
|
|||||||
### Kör som Windows service
|
### Kör som Windows service
|
||||||
|
|
||||||
<pre><code>[server]
|
<pre><code>[server]
|
||||||
# echo %COMPUTERNAME% => USER-PC => RUN_USER = USER-PC$
|
<strike># echo %COMPUTERNAME% => USER-PC => RUN_USER = USER-PC$</strike>
|
||||||
RUN_USER = COMPUTERNAME$
|
<strike>RUN_USER = COMPUTERNAME$</strike>
|
||||||
|
# Använd git för att SSH-länkar till repositoryt ska presenteras rätt
|
||||||
|
RUN_USER = git
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<code>sc.exe create gitea start= auto binPath= "\"E:\Gitea\gitea.exe\" web --config \"E:\Gitea\custom\conf\app.ini\""</code>
|
<code>sc.exe create gitea start= auto binPath= "\"E:\Gitea\gitea.exe\" web --config \"E:\Gitea\custom\conf\app.ini\""</code>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user