Skip to content

Commit a07c783

Browse files
authored
Update README.md (#221)
1 parent a2d1d71 commit a07c783

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,24 @@ It takes a few clicks and filling out a form to install the product into your ow
137137

138138
_:warning: Do not use blank nodes to identify applications or services. We recommend using the `urn:` URI scheme, since LinkedDataHub application resources are not accessible under their own dataspace._
139139

140+
### Secrets
141+
142+
Secrets used in `docker-compose.yml`:
143+
144+
<dl>
145+
<dt><code>owner_cert_password</code></dt>
146+
<dd>Password of the owner's WebID certificate</dd>
147+
<dt><code>secretary_cert_password</code></dt>
148+
<dd>Password of the secretary's WebID certificate</dd>
149+
<dt><code>client_truststore_password</code></dt>
150+
<dd>Password of the client truststore</dd>
151+
<dt><code>google_client_id</code></dt>
152+
<dd>Google's OAuth client ID</dd>
153+
<dd>Login with Google authentication is enabled when this value is provided</dd>
154+
<dt><code>google_client_secret</code></dt>
155+
<dd>Google's OAuth client secret</dd>
156+
</dl>
157+
140158
### Environment
141159

142160
LinkedDataHub supports a range of configuration options that can be passed as environment parameters in `docker-compose.yml`. The most common ones are:
@@ -156,10 +174,6 @@ _:warning: Do not use blank nodes to identify applications or services. We recom
156174
<dd>Hostname of the mail server</dd>
157175
<dt><code>MAIL_SMTP_PORT</code></dt>
158176
<dd>Port number of the mail server</dd>
159-
<dt><code>GOOGLE_CLIENT_ID</code></dt>
160-
<dd>OAuth 2.0 Client ID from Google. When provided, enables the <samp>Login with Google</samp> authentication method.</dd>
161-
<dt><code>GOOGLE_CLIENT_SECRET</code></dt>
162-
<dd>Client secret from Google</dd>
163177
</dl>
164178

165179
The options are described in more detail in the [configuration documentation](https://atomgraph.github.io/LinkedDataHub/linkeddatahub/docs/reference/configuration/).
@@ -259,3 +273,4 @@ Commercial consulting, development, and support are available from [AtomGraph](h
259273
* [linkeddatahub/Lobby](https://gitter.im/linkeddatahub/Lobby) on gitter
260274
* [@atomgraphhq](https://twitter.com/atomgraphhq) on Twitter
261275
* [AtomGraph](https://www.linkedin.com/company/atomgraph/) on LinkedIn
276+
* [@atomgraph](https://www.youtube.com/@atomgraph) on YouTube

0 commit comments

Comments
 (0)