mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-13 22:58:07 -05:00
set default minify to false in docker
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
1ae7b9f641
commit
95729d2a88
@ -21,7 +21,7 @@
|
||||
"": {
|
||||
"_title": "MyServer",
|
||||
"_title2": "Servername",
|
||||
"_minify": false,
|
||||
"minify": false,
|
||||
"NewAccounts": true,
|
||||
"localSessionRecording": true,
|
||||
"_userNameIsEmail": true,
|
||||
|
@ -18,7 +18,7 @@ else
|
||||
sed -i "s/\"NewAccounts\": true/\"NewAccounts\": $ALLOW_NEW_ACCOUNTS/" meshcentral-data/"${CONFIG_FILE}"
|
||||
sed -i "s/\"enabled\": false/\"enabled\": $ALLOWPLUGINS/" meshcentral-data/"${CONFIG_FILE}"
|
||||
sed -i "s/\"localSessionRecording\": false/\"localSessionRecording\": $LOCALSESSIONRECORDING/" meshcentral-data/"${CONFIG_FILE}"
|
||||
sed -i "s/\"minify\": true/\"minify\": $MINIFY/" meshcentral-data/"${CONFIG_FILE}"
|
||||
sed -i "s/\"minify\": false/\"minify\": $MINIFY/" meshcentral-data/"${CONFIG_FILE}"
|
||||
sed -i "s/\"WebRTC\": false/\"WebRTC\": $WEBRTC/" meshcentral-data/"${CONFIG_FILE}"
|
||||
sed -i "s/\"AllowFraming\": false/\"AllowFraming\": $IFRAME/" meshcentral-data/"${CONFIG_FILE}"
|
||||
if [ -z "$SESSION_KEY" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user