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
GitLab by default supports [Gravatar](https://gravatar.com) avatar service.
4
-
Libravatar is a service which delivers your avatar (profile picture) to other websites and their API is
5
-
[heavily based on gravatar](https://wiki.libravatar.org/api/).
5
+
# Using the Libravatar service with GitLab
6
6
7
-
This means that it is not complicated to switch to Libravatar avatar service or even self hosted Libravatar server.
7
+
GitLab by default supports the [Gravatar](https://gravatar.com) avatar service.
8
+
9
+
Libravatar is another service that delivers your avatar (profile picture) to
10
+
other websites. The Libravatar API is
11
+
[heavily based on gravatar](https://wiki.libravatar.org/api/), so you can
12
+
easily switch to the Libravatar avatar service or even a self-hosted Libravatar
13
+
server.
8
14
9
15
## Configuration
10
16
11
-
In [gitlab.yml gravatar section](https://gitlab.com/gitlab-org/gitlab-ce/blob/672bd3902d86b78d730cea809fce312ec49d39d7/config/gitlab.yml.example#L122) set
17
+
In the [gitlab.yml gravatar section](https://gitlab.com/gitlab-org/gitlab-ce/blob/672bd3902d86b78d730cea809fce312ec49d39d7/config/gitlab.yml.example#L122), set
12
18
the configuration options as follows:
13
19
14
20
### For HTTP
@@ -29,50 +35,67 @@ the configuration options as follows:
0 commit comments