Skip to content

DOC-266 #234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/thehive/installation/step-by-step-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,11 @@ Install TheHive package by using the following commands:

The setup provided with binary packages is tailored for a standalone installation, with all components hosted on the same server. At this point, it's crucial to fine-tune the following parameters as necessary:

!!! danger "Configuring baseURL"
Correct baseURL configuration is essential for TheHive. Make sure the baseURL exactly matches the URL users use to access TheHive, including the protocol and any path segments.

Incorrect configuration causes Single Sign-On (SSO) to fail.

!!! Example ""
```yaml title="/etc/thehive/application.conf"
[..]
Expand All @@ -707,7 +712,6 @@ The setup provided with binary packages is tailored for a standalone installatio
1. :fontawesome-solid-laptop: Define the scheme, hostname, and port for accessing the application
2. :fontawesome-brands-safari: Indicate if a custom path is being used (default is /)


The following configurations are necessary for successful initiation of TheHive:

* Secret key configuration
Expand Down