mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #8733 from Security-Onion-Solutions/config
Always use local docs
This commit is contained in:
@@ -91,9 +91,9 @@ soc:
|
||||
userFiles:
|
||||
- rbac/users_roles
|
||||
client:
|
||||
docsUrl: https://docs.securityonion.net/en/2.3/
|
||||
cheatsheetUrl: https://github.com/Security-Onion-Solutions/securityonion-docs/raw/2.3/images/cheat-sheet/Security-Onion-Cheat-Sheet.pdf
|
||||
releaseNotesUrl: https://docs.securityonion.net/en/2.3/release-notes
|
||||
docsUrl: /docs/
|
||||
cheatsheetUrl: /docs/cheatsheet.pdf
|
||||
releaseNotesUrl: /docs/#release-notes
|
||||
apiTimeoutMs: 0
|
||||
webSocketTimeoutMs: 0
|
||||
tipTimeoutMs: 0
|
||||
|
||||
@@ -21,16 +21,6 @@
|
||||
{# since cases is not a valid soc config item and only used for the map files, remove it from being placed in the config #}
|
||||
{% do SOCMERGED.server.modules.pop('cases') %}
|
||||
|
||||
{# change some options if this is airgap #}
|
||||
{% if GLOBALS.airgap %}
|
||||
{% do SOCMERGED.server.client.update({
|
||||
'docsUrl': '/docs/',
|
||||
'cheatsheetUrl': '/docs/cheatsheet.pdf',
|
||||
'releaseNotesUrl': '/docs/#release-notes'
|
||||
})
|
||||
%}
|
||||
{% endif %}
|
||||
|
||||
{% if pillar.manager.playbook == 0 %}
|
||||
{% do SOCMERGED.server.client.inactiveTools.append('toolPlaybook') %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user