GUACAMOLE-1931: Add configuration option to allow overwriting recording files.

This commit is contained in:
James Muehlner
2024-03-15 23:46:15 +00:00
parent 3611be5c41
commit 455c05aa37
6 changed files with 31 additions and 0 deletions
@@ -156,6 +156,11 @@
"name" : "create-recording-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "recording-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
}
@@ -395,6 +395,11 @@
"name" : "create-recording-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "recording-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
@@ -174,6 +174,11 @@
"name" : "create-recording-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "recording-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
@@ -156,6 +156,11 @@
"name" : "create-recording-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "recording-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},
@@ -130,6 +130,11 @@
"name" : "create-recording-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "recording-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},