You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-16Lines changed: 49 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,52 @@
1
-
[简体中文](README_ZH.md)
2
-
3
-
<h1> <imgsrc="https://raw.githubusercontent.com/go-gitea/gitea/master/public/img/gitea-192.png"alt="logo"width="30"height="30"> Gitea - Git with a cup of tea</h1>
[](https://discord.gg/Gitea)
7
-
[](https://microbadger.com/images/gitea/gitea"Get your own image badge on microbadger.com")
[](https://www.codetriage.com/go-gitea/gitea)
13
-
[](https://opencollective.com/gitea)
Copy file name to clipboardExpand all lines: README_ZH.md
+49-15Lines changed: 49 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,52 @@
1
-
[English](README.md)
2
-
3
-
<h1> <imgsrc="https://raw.githubusercontent.com/go-gitea/gitea/master/public/img/gitea-192.png"alt="logo"width="30"height="30"> Gitea - Git with a cup of tea</h1>
[](https://discord.gg/Gitea)
7
-
[](https://microbadger.com/images/gitea/gitea"Get your own image badge on microbadger.com")
[](https://www.codetriage.com/go-gitea/gitea)
13
-
[](https://opencollective.com/gitea)
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/customizing-gitea.en-us.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,20 @@ the url `http://gitea.domain.tld/image.png`.
59
59
60
60
## Changing the default logo
61
61
62
-
To automatically update custom logo png and svg files replace `assets/logo.svg` and run `make generate-images`. This will update the user-designated logo files served in `public/img`. Alternatively, you can manually update each `logo-X.png` and `logo.svg` file in `public/img`.
62
+
To build a custom logo replace `assets/logo.svg` and run `make generate-images`. This will update
63
+
these customizable logo files which you can then place in `custom/public/img` on your server:
64
+
65
+
-`public/img/logo.svg`
66
+
-`public/img/logo.png`
67
+
-`public/img/favicon.png`
68
+
-`public/img/avatar_default.png`
69
+
-`public/img/apple-touch-icon.png`
63
70
64
71
## Changing the default avatar
65
72
66
-
Place the png image at the following path: `custom/public/img/avatar_default.png`
73
+
Either generate it via above method or place the png image at the following path:
Copy file name to clipboardExpand all lines: docs/content/doc/developers/oauth2-provider.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,9 @@ Gitea supports acting as an OAuth2 provider to allow third party applications to
30
30
31
31
## Supported OAuth2 Grants
32
32
33
-
At the moment Gitea only supports the [**Authorization Code Grant**](https://tools.ietf.org/html/rfc6749#section-1.3.1) standard with additional support of the [Proof Key for Code Exchange (PKCE)](https://tools.ietf.org/html/rfc7636) extension.
33
+
At the moment Gitea only supports the [**Authorization Code Grant**](https://tools.ietf.org/html/rfc6749#section-1.3.1) standard with additional support of the following extensions:
34
+
-[Proof Key for Code Exchange (PKCE)](https://tools.ietf.org/html/rfc7636)
To use the Authorization Code Grant as a third party application it is required to register a new application via the "Settings" (`/user/settings/applications`) section of the settings.
0 commit comments