Added snap software packages and an LDAP library package for PHP
This commit is contained in:
@@ -104,6 +104,9 @@ software:
|
||||
php-pkg:
|
||||
name:
|
||||
apt: composer
|
||||
php-ldap:
|
||||
name:
|
||||
apt: php-ldap
|
||||
html-linter:
|
||||
name:
|
||||
apt: tidy
|
||||
@@ -217,6 +220,19 @@ software:
|
||||
# caddy:
|
||||
# name:
|
||||
# apt: caddy
|
||||
snaps:
|
||||
nextcloud:
|
||||
name: nextcloud
|
||||
channel: ~
|
||||
opts:
|
||||
- "nextcloud:php.memory-limit=512M"
|
||||
- "nextcloud:nextcloud.cron-interval=10m"
|
||||
- "nextcloud:http.compression=true"
|
||||
# @TODO commented opts use 'connect' snapd subcommand--look into how to use in Ansible
|
||||
# - "nextcloud:removable-media"
|
||||
# - "nextcloud:network-observe"
|
||||
# @TODO see how to set these options: https://help.nextcloud.com/t/how-to-configure-nextcloud-snap/216036#p-649442-trusted-domains-configuration-8
|
||||
# @TODO see how to set these options: https://help.nextcloud.com/t/how-to-configure-nextcloud-snap/216036#p-649442-trusted-proxy-configuration-9
|
||||
config:
|
||||
git:
|
||||
sys:
|
||||
|
||||
Reference in New Issue
Block a user