Skip to content

Commit

Permalink
finished minimal docs for gui soarca integration
Browse files Browse the repository at this point in the history
  • Loading branch information
RabbITCybErSeC committed Jan 20, 2025
1 parent b2737fd commit ba11b14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/content/en/docs/soarca-gui/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,16 @@ The SOARCA-GUI features OIDC-based login for authentication and authorization. S

## Setting up SOARCA-GUI with SOARCA

Under deployments in our [repo](https://github.com/COSSAS/SOARCA/tree/development/deployments/docker/soarca), we have provided an example docker compose file for running SOARCA in combination with the SOARCA-GUI. Note, that this setup is quite minimal, since no further authentication has been setup.
### Minimal setup

Under deployments in our [repo](https://github.com/COSSAS/SOARCA/tree/development/deployments/docker/soarca), we have provided an example docker compose file for running SOARCA in combination with the SOARCA-GUI. Note, that this setup is quite minimal, since no further authentication has been setup.

{{< tabpane langEqualsHeader=false >}}
{{< tab header="Docker Compose" lang="sh" >}}
cd docker/soarca && sudo docker compose --profile gui up -d
{{< /tab >}}
{{< /tabpane >}}

The SOARCA-GUI interface should now be available at `localhost:8081`

### Impression of the SOARCA-GUI

#### Login via OIDC-based authentication
Expand Down

0 comments on commit ba11b14

Please sign in to comment.