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:
|
userFiles:
|
||||||
- rbac/users_roles
|
- rbac/users_roles
|
||||||
client:
|
client:
|
||||||
docsUrl: https://docs.securityonion.net/en/2.3/
|
docsUrl: /docs/
|
||||||
cheatsheetUrl: https://github.com/Security-Onion-Solutions/securityonion-docs/raw/2.3/images/cheat-sheet/Security-Onion-Cheat-Sheet.pdf
|
cheatsheetUrl: /docs/cheatsheet.pdf
|
||||||
releaseNotesUrl: https://docs.securityonion.net/en/2.3/release-notes
|
releaseNotesUrl: /docs/#release-notes
|
||||||
apiTimeoutMs: 0
|
apiTimeoutMs: 0
|
||||||
webSocketTimeoutMs: 0
|
webSocketTimeoutMs: 0
|
||||||
tipTimeoutMs: 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 #}
|
{# 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') %}
|
{% 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 %}
|
{% if pillar.manager.playbook == 0 %}
|
||||||
{% do SOCMERGED.server.client.inactiveTools.append('toolPlaybook') %}
|
{% do SOCMERGED.server.client.inactiveTools.append('toolPlaybook') %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user