From ba11b14d10302e7b7fd6743fd80644687c412a3c Mon Sep 17 00:00:00 2001 From: JP Date: Mon, 20 Jan 2025 12:05:33 +0100 Subject: [PATCH] finished minimal docs for gui soarca integration --- docs/content/en/docs/soarca-gui/_index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/en/docs/soarca-gui/_index.md b/docs/content/en/docs/soarca-gui/_index.md index a8becbb8..cf7feff4 100644 --- a/docs/content/en/docs/soarca-gui/_index.md +++ b/docs/content/en/docs/soarca-gui/_index.md @@ -23,8 +23,9 @@ 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" >}} @@ -32,8 +33,6 @@ 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