From c04100db470fcd1739e3e2a12bdcf19f027327e8 Mon Sep 17 00:00:00 2001 From: luis ancona Date: Tue, 18 Jul 2023 00:40:56 -0600 Subject: [PATCH] =?UTF-8?q?Se=20agreg=C3=B3=20archivo=20con=20referencias?= =?UTF-8?q?=20para=20la=20instalaci=C3=B3n=20de=20Nextcloud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/Referencias_Nextcloud.md | 126 +++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 Doc/Referencias_Nextcloud.md diff --git a/Doc/Referencias_Nextcloud.md b/Doc/Referencias_Nextcloud.md new file mode 100644 index 0000000..f7bc447 --- /dev/null +++ b/Doc/Referencias_Nextcloud.md @@ -0,0 +1,126 @@ +# Documentación Nextcloud + +## Referencias + +### Instalación de Nextcloud + +* Nextcloud Home Project +https://nextcloud.com/ + +* Load Balancing +https://www.microfocus.com/documentation/filr/filr-4/filr-inst/t4duiofh1cz7.html + +* Maintenance and Release Schedule +https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule + +* Guía de Instalación de Nextcloud para Ubuntu y Devian. +https://www.c-rieger.de/nextcloud-installationsanleitung/ +(Página en Alemán con traducción al Inglés y Español) + +#### Configuración de Nextcloud: + +* Parámetros configurables del gráfico nextcloud +https://github.com/nextcloud/helm/tree/master/charts/nextcloud#configuration + +### Instalación del Signaling + +* Nextcloud HUB 4: Conversación/Señalización – Servidor v. 1.1.2 +https://www.c-rieger.de/nextcloud-hub4-talk-signaling-server/ +(Página en Alemán con traducción al Inglés y Español) + +* Nextcloud-spreed-signaling +https://github.com/strukturag/nextcloud-spreed-signaling + +* Nextcloud-spreed-signaling V1.0.0 +https://github.com/strukturag/nextcloud-spreed-signaling/releases/tag/v1.0.0 + +* Nextcloud-spreed-signaling Configuración +https://github.com/strukturag/nextcloud-spreed-signaling/blob/master/server.conf.in + +* Módulo Talk y External Signaling Server +https://help.nextcloud.com/t/talk-external-signaling-server-hpb-only-working-with-mobile-app/103122 + +* Configurando Nextcloud Signaling Server. +https://www.akirah.es/configurando-nextcloud-signaling-server/ + +### Instalación de Janus + +Se requiere el janus para conectar con el spreed-singnaling server y tener el control de las comunicaciones en las conferencias. + +* Janus Home Project +https://janus.conf.meetecho.com/ + +* Janus gateway +https://www.docker.com/swmansion/janus-gateway + + +* High-Tech talk on Talk? STUN, TURN, Janus Signaling +https://help.nextcloud.com/t/high-tech-talk-on-talk-stun-turn-janus-signaling/81237 + +#### Configuración de Janus + +* Setup nextcloud-spreed-signaling standalone server on Ubuntu +https://morph027.gitlab.io/blog/nextcloud-spreed-signaling/ + +### Instalación de NATS + +* NATS Home Page Project +https://nats.io/ + +* NATS Docs +https://docs.nats.io/running-a-nats-service/introduction/installation#installing-via-a-package-manager + +* Configuración del Servidor NATS +https://github.com/strukturag/nextcloud-spreed-signaling#setup-of-nats-server + +* NATS Server Versión 2.8.4 +https://github.com/nats-io/nats-server/releases/tag/v2.8.4 + +* Configuración NATS +https://github.com/nats-io/nats-server/blob/main/conf/simple.conf + +* NATS RPM +https://github.com/nats-io/nats-server/releases/download/v2.8.4/nats-server-v2.8.4-amd64.rpm + +* NATS Util +https://github.com/nats-io/nats-server/tree/main/util + +* NATS Configuración +https://github.com/nats-io/nats-server/blob/main/util/nats-server-hardened.service + + +### Configurar Janus y Nats en el Signaling + + +### Instalar Collabora + +* Página de Collabora-Online +https://www.collaboraoffice.com/collabora-online/ + +* Proyecto de Collabora Online +https://github.com/CollaboraOnline/online + +* Enlace para bajar collabora para centos8 +https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-centos8/ + +### Referencias de LibreOffice OnLine: + +* Integrar LibreOffice Online con Nextcloud +https://ask.libreoffice.org/t/how-can-i-integrate-libreoffice-with-nextcloud-for-free-is-there-a-free-solution/25309 + +* LibreOffice Online +https://es.libreoffice.org/descarga/libreoffice-online/ + +* Rpms LibreOffice +https://src.fedoraproject.org/rpms/libreoffice.git + +### Referencias de LibreOffice + +* LibreOffice +https://es.libreoffice.org/ + +* Versiones de LibreOffice +https://dev-builds.libreoffice.org/daily/ + +Nuestro Repo: +