FIX: pdlib module, Face regontion

This commit is contained in:
2022-11-04 14:06:35 +05:00
parent 856b9fed53
commit 84a88ba7bb
5 changed files with 40 additions and 2 deletions

View File

@ -6,7 +6,6 @@ ln -sv /etc/nginx/sites-available/nextcloud_nginx.conf /etc/nginx/sites-enabled/
#config php
cp -rv default_configs/etc/php /etc/
touch init/init
#Copy nextcloud to web root
cp -rv nextcloud/* /var/www/html/
@ -23,3 +22,6 @@ mkdir /tmp/nextcloudtemp
chmod -R 777 /tmp/nextcloudtemp
chown -R www-data:www-data /root/logs/nextcloud/
chown -R www-data:www-data /var/www/html/
touch init/init

View File

@ -1948,3 +1948,7 @@ ldap.max_links = -1
; List of headers files to preload, wildcard patterns allowed.
;ffi.preload=
[pdlib]
; used for face recongntion
extension="pdlib.so"

View File

@ -1948,3 +1948,5 @@ ldap.max_links = -1
; List of headers files to preload, wildcard patterns allowed.
;ffi.preload=
[pdlib]
extension="pdlib.so"