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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ only and should not be used in production.
129
129
130
130
- run `docker compose up`
131
131
- After Keycloak is up, open a second terminal window and run
132
-
`docker compose up csaf-keycloak-cli` to import a realm with all the users
132
+
`docker compose up keycloak-cli` to import a realm with all the users
133
133
and roles already set up.
134
134
- To set up our CouchDB server open `http://127.0.0.1:5984/_utils/#/setup`
135
135
and run the [Single Node Setup](https://docs.couchdb.org/en/stable/setup/single-node.html). This creates databases like **_users** and stops CouchDB from spamming our logs (Admin credentials from .env)
@@ -140,7 +140,7 @@ only and should not be used in production.
140
140
- On the left side, navigate to "Clients" and select the Secvisogram client.
141
141
- Select the **Credentials** tab and copy the Secret. This is our
142
142
`CSAF_CLIENT_SECRET` environment variable.
143
-
-[Generate a cookie secret](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview/#generating-a-cookie-secret)
143
+
-[Generate a cookie secret](https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#generating-a-cookie-secret)
144
144
and paste it in `CSAF_COOKIE_SECRET`.
145
145
- restart compose
146
146
- (required for exports) install [pandoc (tested with version 2.18)](https://pandoc.org/installing.html)
@@ -154,6 +154,7 @@ response from the server.
154
154
155
155
You should now be able to access Secvisogram, navigate to `http://localhost/`.
0 commit comments