mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #6976 from nextcloud/enh/noid/allow-use-talk-recording-arm64
talk-recording: allow to use it on arm64
This commit is contained in:
commit
6d4b41d760
3 changed files with 3 additions and 6 deletions
|
|
@ -59,6 +59,8 @@ extensionvideo = .webm
|
||||||
|
|
||||||
[recording]
|
[recording]
|
||||||
browser = firefox
|
browser = firefox
|
||||||
|
driverPath = /usr/bin/geckodriver
|
||||||
|
browserPath = /usr/bin/firefox
|
||||||
RECORDING_CONF
|
RECORDING_CONF
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
|
||||||
|
|
@ -286,11 +286,6 @@ class ConfigurationManager
|
||||||
$value = 0;
|
$value = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Currently only works on x64. See https://github.com/nextcloud/nextcloud-talk-recording/issues/17
|
|
||||||
if (!$this->isx64Platform()) {
|
|
||||||
$value = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
$config = $this->GetConfig();
|
$config = $this->GetConfig();
|
||||||
$config['isTalkRecordingEnabled'] = $value;
|
$config['isTalkRecordingEnabled'] = $value;
|
||||||
$this->WriteConfig($config);
|
$this->WriteConfig($config);
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
data-initial-state="false"
|
data-initial-state="false"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
>
|
>
|
||||||
<label for="talk-recording">Nextcloud Talk Recording-server (needs Nextcloud Talk being enabled and ~1GB additional RAM and ~2 additional vCPUs, currently <a target="_blank" href="https://github.com/nextcloud/nextcloud-talk-recording/issues/17">only works on x86_64</a>)</label>
|
<label for="talk-recording">Nextcloud Talk Recording-server (needs Nextcloud Talk being enabled and ~1GB additional RAM and ~2 additional vCPUs)</label>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<input
|
<input
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue