Nextcloud-multimedia
Nextcloud-multimedia
Application Docker from terratrax's Repository
Vue d'ensemble
This is the latest Nextcloud-31.0.4-apache image with additional packages and plugins installed to support videos and facial recognition:
- ffmpeg (install from apt repository)
- pdlib (built from source)
- bzip (built from source)
INSTALLATION
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 install 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.
INSTALL AND CONFIGURE NEXTCLOUD MEMORIES
Install Memories from within the Nextcloud application and provide it the base folder for your media when it asks. Launch a console into the container and run the following commands individually:
php occ memories:video-setup (follow the prompts)
php occ memories:index
INSTALL AND CONFIGURE FACIAL RECOGNITION
Install the 'face recognition' app from within the Nextcloud application.
Launch a terminal for the container and run the following command to initialize it (customize to suit):
php occ face:setup --memory 1024M --model 1
From within the application, visit settings the face recognition settings and select a temporary file size.
To kick off scanning for faces:
php occ face:background_job
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
Arguments d'exécution
- Interface utilisateur Web
http://[IP]:[PORT:80]- Réseau
ultimus-home- Coquille
bash- Privilégié
- false
- Paramètres supplémentaires
--user 99:100
Configuration du modèle
HTML/PHP FilesPathrw
- Cible
- /var/www/html
- Valeur
- /mnt/user/appdata/nextcloud/html
AppsPathrw
- Cible
- /var/www/html/custom_apps
- Valeur
- /mnt/user/appdata/nextcloud/apps
Config FilesPathrw
- Cible
- /var/www/html/config
- Valeur
- /mnt/user/appdata/nextcloud/config
webuiPorttcp
- Cible
- 80
- Valeur
- 7888
PHP_MEMORY_LIMITVariable
- Valeur
- 2048M
Télécharger les statistiques
6,891
Total des téléchargements
Détails
Référentiel
terratrax/nextcloud-multimedia:latestDernière mise à jour2025-09-22
Première vue2023-03-11
Exécutez Nextcloud-multimedia sur Unraid.
Nextcloud-multimedia est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.