mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
move nextcloud talk once up
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
72ca611d2f
commit
32935d1c33
1 changed files with 5 additions and 5 deletions
|
|
@ -307,16 +307,16 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<input type="checkbox" id="collabora" name="collabora"><label for="collabora">Collabora</label><br>
|
<input type="checkbox" id="collabora" name="collabora"><label for="collabora">Collabora</label><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_onlyoffice_enabled == true %}
|
|
||||||
<input type="checkbox" id="onlyoffice" name="onlyoffice" checked="checked"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>
|
|
||||||
{% else %}
|
|
||||||
<input type="checkbox" id="onlyoffice" name="onlyoffice"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>
|
|
||||||
{% endif %}
|
|
||||||
{% if is_talk_enabled == true %}
|
{% if is_talk_enabled == true %}
|
||||||
<input type="checkbox" id="talk" name="talk" checked="checked"><label for="talk">Nextcloud Talk (needs ports 3478/TCP and 3478/UDP open in your firewall/router)</label><br>
|
<input type="checkbox" id="talk" name="talk" checked="checked"><label for="talk">Nextcloud Talk (needs ports 3478/TCP and 3478/UDP open in your firewall/router)</label><br>
|
||||||
{% else %}
|
{% else %}
|
||||||
<input type="checkbox" id="talk" name="talk"><label for="talk">Nextcloud Talk (needs ports 3478/TCP and 3478/UDP open in your firewall/router)</label><br>
|
<input type="checkbox" id="talk" name="talk"><label for="talk">Nextcloud Talk (needs ports 3478/TCP and 3478/UDP open in your firewall/router)</label><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if is_onlyoffice_enabled == true %}
|
||||||
|
<input type="checkbox" id="onlyoffice" name="onlyoffice" checked="checked"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>
|
||||||
|
{% else %}
|
||||||
|
<input type="checkbox" id="onlyoffice" name="onlyoffice"><label for="onlyoffice">OnlyOffice (only supported on x64)</label><br>
|
||||||
|
{% endif %}
|
||||||
<input id="options-form-submit" class="button" type="submit" value="Save changes" />
|
<input id="options-form-submit" class="button" type="submit" value="Save changes" />
|
||||||
</form>
|
</form>
|
||||||
{% if isAnyRunning == true or is_x64_platform == false %}
|
{% if isAnyRunning == true or is_x64_platform == false %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue