mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #1834 from nextcloud/enh/noid/add-clamav-explanation
add explanation for clamav
This commit is contained in:
commit
91ea705d34
2 changed files with 3 additions and 3 deletions
|
|
@ -488,9 +488,9 @@
|
||||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||||
<input type="hidden" name="options-form" value="options-form">
|
<input type="hidden" name="options-form" value="options-form">
|
||||||
{% if is_clamav_enabled == true %}
|
{% if is_clamav_enabled == true %}
|
||||||
<input type="checkbox" id="clamav" name="clamav" checked="checked"><label for="clamav">ClamAV (only supported on x64, needs ~1GB additional RAM)</label><br>
|
<input type="checkbox" id="clamav" name="clamav" checked="checked"><label for="clamav">ClamAV (Antivirus backend for Nextcloud, only supported on x64, needs ~1GB additional RAM)</label><br>
|
||||||
{% else %}
|
{% else %}
|
||||||
<input type="checkbox" id="clamav" name="clamav"><label for="clamav">ClamAV (only supported on x64, needs ~1GB additional RAM)</label><br>
|
<input type="checkbox" id="clamav" name="clamav"><label for="clamav">ClamAV (Antivirus backend for Nextcloud, only supported on x64, needs ~1GB additional RAM)</label><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_collabora_enabled == true %}
|
{% if is_collabora_enabled == true %}
|
||||||
<input type="checkbox" id="collabora" name="collabora" checked="checked"><label for="collabora">Collabora (Nextcloud Office)</label><br>
|
<input type="checkbox" id="collabora" name="collabora" checked="checked"><label for="collabora">Collabora (Nextcloud Office)</label><br>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ Included are:
|
||||||
- High performance backend for Nextcloud Talk
|
- High performance backend for Nextcloud Talk
|
||||||
- Backup solution (based on [BorgBackup](https://github.com/borgbackup/borg#what-is-borgbackup))
|
- Backup solution (based on [BorgBackup](https://github.com/borgbackup/borg#what-is-borgbackup))
|
||||||
- Imaginary
|
- Imaginary
|
||||||
- ClamAV
|
- ClamAV (Antivirus backend for Nextcloud)
|
||||||
- Fulltextsearch
|
- Fulltextsearch
|
||||||
|
|
||||||
## How to use this?
|
## How to use this?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue