# srv-nextcloud/pkgs-install
#
php::php.version::-common
php::php.version::-curl
php::php.version::-gd
php::php.version::-mbstring
php::php.version::-xml
php::php.version::-zip

# db frontend, we choose mysql
php::php.version::-mysql

# optionals
php::php.version::-intl
php::php.version::-ldap
php::php.version::-smbclient
php::php.version::-imap


# other utils
#
exif		# image meta data
ffmpeg		# video preview
imagemagick	# image preview

		# LibreOffice (load app-office module from required?)




# optional, caching (apc? redis? both?)
#
# from nextcloud site:
#
# APCu (>= 4.0.6)
# redis / phpredis (>= 2.2.6, required for Transactional File Locking)k
#
# Memory caching is highly recommended for optimal performance.
# In most cases, a combination of APCu and redis are the best
# choice for new installations.
#
# php::php.version::-apcu
# php::php.version::-redis


