Skip to content

Commit d254ff8

Browse files
zeripathGusted
and
Gusted
authored
Apply suggestions from code review
Co-authored-by: Gusted <[email protected]>
1 parent 219bd7c commit d254ff8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/doc/help/faq.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Gitea requires the system or browser to have one of the supported Emoji fonts in
356356

357357
## Stdout logging on SystemD and Docker
358358

359-
Stdout on systemd goes to the journal by default. Try using `journalctl` or `journalctl <path-to-gitea-binary>`.
359+
Stdout on systemd goes to the journal by default. Try using `journalctl`, `journalctl -u gitea`, or `journalctl <path-to-gitea-binary>`.
360360

361361
Similarly stdout on docker can be viewed using `docker logs <container>`
362362

@@ -385,7 +385,7 @@ These can safely be ignored but you may able to stop these warnings by getting G
385385
gitea doctor recreate-table user
386386
```
387387

388-
This will cause Gitea to recreate these tables and copy the old data into the new table
388+
This will cause Gitea to recreate the user table and copy the old data into the new table
389389
with the defaults set appropriately.
390390

391391
You can ask Gitea to recreate multiple tables using:

docs/content/doc/installation/with-docker.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ To understand what needs to happen, you first need to understand what happens wi
321321
8. The SSH server creates a user session for the `git` user, and using the shell for the `git` user runs the `command=`
322322
9. This runs `gitea serv` which takes over control of the rest of the SSH session and manages gitea authentication & authorization of the git commands.
323323

324-
Now, for SSH passthrough to work we need the host SSH to match the public keys but then run the `gitea serv` on the docker. There are multiple ways of doing this - however, all of these require some information about the docker being passed to the host.
324+
Now, for the SSH passthrough to work, we need the host SSH to match the public keys and then run the `gitea serv` on the docker. There are multiple ways of doing this. However, all of these require some information about the docker being passed to the host.
325325

326326
### SSHing Shim (with authorized_keys)
327327

0 commit comments

Comments
 (0)