From b9be49cd9605cd6718e35a2696ea63781ce65df5 Mon Sep 17 00:00:00 2001 From: Daniel Peukert Date: Tue, 5 Jun 2018 01:08:57 +0200 Subject: [PATCH 1/2] Minor 'Installation with Docker' docs page fix (#4122) --- docs/content/doc/installation/with-docker.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md index 8f393f16d..c672393cc 100644 --- a/docs/content/doc/installation/with-docker.en-us.md +++ b/docs/content/doc/installation/with-docker.en-us.md @@ -231,7 +231,7 @@ You can configure some of Gitea's settings via environment variables: * `APP_NAME`: **"Gitea: Git with a cup of tea"**: Application name, used in the page title. * `RUN_MODE`: **dev**: For performance and other purposes, change this to `prod` when deployed to a production environment. -* `SSH_DOMAIN`: **localhost**: Domain name of this server, used for displayed clone UR in Gitea's UI. +* `SSH_DOMAIN`: **localhost**: Domain name of this server, used for the displayed clone URL in Gitea's UI. * `SSH_PORT`: **22**: SSH port displayed in clone URL. * `DISABLE_SSH`: **false**: Disable SSH feature when it's not available. * `HTTP_PORT`: **3000**: HTTP listen port. From 0b718535b6da3f436213123d21923ec2d841e894 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 4 Jun 2018 18:15:32 -0600 Subject: [PATCH 2/2] Add pronunciation to README.md (#4123) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bd84a888d..083c7c2d3 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,12 @@ Support this project by becoming a sponsor. Your logo will show up here with a l +## FAQ + +**How do you pronounce Gitea?** + +Gitea is pronounced [/ɡɪ’ti:/](https://youtu.be/EM71-2uDAoY) as in "gi-tea" with a hard g. + ## License This project is licensed under the MIT License.