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
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,24 @@ It takes a few clicks and filling out a form to install the product into your ow
137
137
138
138
_: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._
139
139
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
+
140
158
### Environment
141
159
142
160
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
156
174
<dd>Hostname of the mail server</dd>
157
175
<dt><code>MAIL_SMTP_PORT</code></dt>
158
176
<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>
163
177
</dl>
164
178
165
179
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
259
273
*[linkeddatahub/Lobby](https://gitter.im/linkeddatahub/Lobby) on gitter
260
274
*[@atomgraphhq](https://twitter.com/atomgraphhq) on Twitter
261
275
*[AtomGraph](https://www.linkedin.com/company/atomgraph/) on LinkedIn
276
+
*[@atomgraph](https://www.youtube.com/@atomgraph) on YouTube
0 commit comments