Added snap software packages and an LDAP library package for PHP
This commit is contained in:
@@ -104,6 +104,9 @@ software:
|
|||||||
php-pkg:
|
php-pkg:
|
||||||
name:
|
name:
|
||||||
apt: composer
|
apt: composer
|
||||||
|
php-ldap:
|
||||||
|
name:
|
||||||
|
apt: php-ldap
|
||||||
html-linter:
|
html-linter:
|
||||||
name:
|
name:
|
||||||
apt: tidy
|
apt: tidy
|
||||||
@@ -217,6 +220,19 @@ software:
|
|||||||
# caddy:
|
# caddy:
|
||||||
# name:
|
# name:
|
||||||
# apt: caddy
|
# 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:
|
config:
|
||||||
git:
|
git:
|
||||||
sys:
|
sys:
|
||||||
|
|||||||
Reference in New Issue
Block a user