Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ninja-forms domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simple-custom-post-order domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-mail-logging domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the health-check domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6114 Cómo instalar Nextcloud All-in-One en Linux - NextcloudSkip to main content
¿Eres usuario de Linux y quieres instalar la imagen Docker Nextcloud All-in-One, o AIO? En este blog, te guiaremos por los pasos, ¡igual que hicimos en nuestra última Guía AIO para Windows 10 y 11! 🎉
Nextcloud All-in-One es un proyecto basado en Docker que permite instalar un solo contenedor que hace el trabajo pesado de crear y gestionar todos los contenedores necesarios para una instalación completa de Nextcloud. Nextcloud AIO no sólo facilita la implantación y el mantenimiento de muchas de las funciones de Nextcloud incluidas, sino que también puedes esperar una interfaz fácil de usar, actualizaciones sin estrés y un enfoque más simplista para conseguir que la mayoría de las funciones funcionen desde el primer momento.
Nextcloud AIO incluye:
Nextcloud
Nextcloud Office
Backend de alto rendimiento para Nextcloud Files
Backend de alto rendimiento para Nextcloud Talk
Solución de copia de seguridad (basada en BorgBackup)
Imaginario (para previsualizaciones de heic, tiff y webp)
ClamAV (Antivirus backend para Nextcloud)
Fulltextsearch
Sigue leyendo para obtener una guía clara y fácil de seguir, paso a paso, sobre cómo configurar con éxito una AIO para un PC Linux.
Guía para AIO en Linux
Las siguientes instrucciones son válidas para un PC Linux (por ejemplo, con Ubuntu 22.04 LTS) con una CPU x64 con al menos 4 GB de RAM y 2 núcleos.
Necesitarás obtener un dominio público y poder abrir puertos para que la guía funcione correctamente. Asegúrate de que no estás detrás de CGNAT, ya que tampoco funcionará con él.
Además, ten en cuenta que las instrucciones son para una configuración sin servidor web o proxy inverso (como Apache, Nginx, etc.) ya instalado. Si quieres ejecutarlo detrás de un servidor web o proxy inverso, consulta aquí.
Instalar Docker
Instala Docker en tu instalación Linux siguiendo la documentación oficial. La forma más fácil es instalarlo utilizando el script de conveniencia:
curl -fsSL get.docker.com | sudo sh
2. Si necesitas soporte Ipv6, debes habilitarlo siguiendo la guía aquí.
Instalar AIO
3. Ahora, abre el Terminal e inicia AIO con este comando:
# For x64 CPUs and without a web server or reverse proxy (like Apache, Nginx and else) already in place:
sudo docker run \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 80:80 \
--publish 8080:8080 \
--publish 8443:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
nextcloud/all-in-one:latest
Nota: Puede que te interese ajustar el datadir de Nextcloud para almacenar los archivos en una ubicación distinta del volumen Docker predeterminado. Consulta esta documentación sobre cómo hacerlo.
4. A continuación, puedes abrir la interfaz AIO en https://localhost:8080 o https://the.servers.ip.address:8080 Tienes que aceptar el certificado autofirmado, después deberías ver esto:
Alternativamente, si los puertos 80 y 8443 deben estar abiertos en tu cortafuegos/enrutador y un dominio está configurado para apuntar a tu servidor, puedes llegar a la interfaz AIO con un certificado válido utilizando https://your-domain.com:8443
5. Haz clic en «Abrir sesión en Nextcloud AIO» e introduce tu contraseña:
6. A continuación, deberías ver la interfaz AIO:
7. A continuación, teclea el dominio público que tienes antes de hacer esta guía. La interfaz debería ayudarte a averiguar cuáles son los pasos exactos. (Configura el DDNS de tu dominio para que apunte a tu IP pública, reenvía al menos los puertos 443/tcp, 3478/udp y 3478/tcp a tu máquina Linux.
8. Después de configurarlo correctamente, debería permitirte pasar al siguiente paso, donde puedes configurar los complementos opcionales que quieras y la zona horaria, y hacer clic en Iniciar contenedores para descargarlos e iniciarlos.
9. En este punto, deberías ver un spinner que tardará un rato dependiendo de tu velocidad de Internet ~ unos 10min o más.
10. Cuando todos los contenedores se hayan descargado e iniciado, verás esta pantalla que muestra los contenedores que aún se están iniciando y que harán la primera instalación por ti:
11. Cuando todo esté hecho, deberías ver esta pantalla:
12. Por último, ya puedes abrir tu nueva instancia de Nextcloud e iniciar sesión con las credenciales de administrador proporcionadas.
¡Ya está! ¡Todo está preparado y listo para la producción! ✨
“When we have welcoming communities of contributors, open source software gets better and more useful to everyone.” Limor Fried, Electrical Engineer, Inventor and Founder of open-source hardware company Adafruit We believe in this ideal and love to work with our community. We are always looking to involve more people in Nextcloud, bringing in their ideas, […]
When cables are cut, sanctions are put in place or privacy legislation prohibits the use of the service your entire organization depends on, what can you do? Amidst geo-political changes, organizations face dependencies on large, centralized communication platforms. A major example of this is the SaaS-only communication platform Microsoft Teams. It is the only solution […]
We save some cookies to count visitors and make the site easier to use. This doesn't leave our server and isn't to track you personally!
See our Privacy Policy for more information. Customize
Statistics cookies collect information anonymously and help us understand how our visitors use our website. We use cloud-hosted Matomo
Matomo
_pk_ses*: Counts the first visit of the user
_pk_id*: Helps not to double count the visits.
mtm_cookie_consent: Remembers that consent for storing and using cookies was given by the user.
_pk_ses*: 30 minutes
_pk_id*: 28 days
mtm_cookie_consent: 30 days