Nextcloud
OficialAplicación Docker from knex666's Repository
Visión general
Nextcloud can be used to access and share your files, calendars, contacts and more.
Feel free to edit the container, enable the advanced view and change nextcloud:latest to nextcloud:123 to force the usage of a specific Nextcloud version.
INSTALLATION
At first install a MariaDB or PostgreSQL container. Changing their paths to /mnt/cache/appdata/... (instead of /mnt/user/appdata/...) will enormously boost Nextcloud's loading times!
After that use the database's IP:Port and credentials to install Nextcloud.
Optionally installing the Swag or Nginx Proxy Manager container allows you to access Nextcloud from outside of your home through HTTPS (do not forget forwarding the Ports 80 and 443 in your router). Note: The proxy itself needs to communicate through HTTP (not HTTPS) with Nextcloud.
UPDATES
Nextcloud often needs manual interaction to fix database indexes. In those cases execute the following through the Unraid Terminal to fix them:
docker exec --user 99 Nextcloud php occ db:add-missing-indices
Sometimes this command is needed:
docker exec --user 99 Nextcloud php occ db:convert-filecache-bigint --no-interaction
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:80]- Red
bridge- Concha
sh- Privilegiado
- false
- Parámetros adicionales
--user 99:100
Configuración de plantillas
HTML/PHP FilesPathrw
- Objetivo
- /var/www/html
- Valor
- /mnt/user/appdata/nextcloud/html
AppsPathrw
- Objetivo
- /var/www/html/custom_apps
- Valor
- /mnt/user/appdata/nextcloud/apps
Config FilesPathrw
- Objetivo
- /var/www/html/config
- Valor
- /mnt/user/appdata/nextcloud/config
User FilesPathrw
- Objetivo
- /var/www/html/data
- Valor
- /mnt/user/appdata/nextcloud/data
WebGUI PortPorttcp
Only use for bridge network
- Objetivo
- 80
- Valor
- 8666
PHP_MEMORY_LIMITVariable
- Valor
- 1G
PHP_UPLOAD_LIMITVariable
- Valor
- 20G
APACHE_BODY_LIMITVariable
- Valor
- 0
IP_UPLOAD_LIMITVariable
- Valor
- 20G
Categorías
Descargar estadísticas
0
Descargas totales
2,779,442
Este mes
2,518,522
Media / Mes
Descargas totales a lo largo del tiempo
Cargando gráfico...
Detalles
Repositorio
nextcloud:latestÚltima actualización2026-04-26
Visto por primera vez2020-03-20
Ejecute Nextcloud en Unraid.
Nextcloud se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.