From 475d0fa57ff94e6e207be331f3dee95a477a68db Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 30 Sep 2020 07:15:40 +0000 Subject: [PATCH] add new optional cli flags --- api/tacticalrmm/tacticalrmm/settings.py | 2 +- .../modals/agents/AgentDownload.vue | 31 ++++++++++++------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index a40c09a0..15fe3be0 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -11,7 +11,7 @@ AUTH_USER_MODEL = "accounts.User" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.64" +APP_VER = "0.0.65" # https://github.com/wh1te909/salt LATEST_SALT_VER = "1.1.0" diff --git a/web/src/components/modals/agents/AgentDownload.vue b/web/src/components/modals/agents/AgentDownload.vue index 45b7c31b..a2819eeb 100644 --- a/web/src/components/modals/agents/AgentDownload.vue +++ b/web/src/components/modals/agents/AgentDownload.vue @@ -10,9 +10,9 @@ -

Download the agent then run the following command from an elevated command prompt on the device you want to add.

+

+ Download the agent then run the following command from an elevated command prompt on the device you want to add. +

{{ info.data.cmd }} @@ -39,11 +39,9 @@ here - here + >here + here

@@ -52,12 +50,21 @@ To skip downloading the Mesh Agent during the install. Download it - here + here
+
+ + --cert "C:\\<some folder or path>\\ca.pem" + + To use a domain CA +
+
+ + --timeout NUMBER_IN_SECONDS + + To increase the default timeout of 900 seconds for the installer. Use on slow computers. +

Note: the auth token above will be valid for {{ info.expires }} hours.