diff --git a/TODO.md b/TODO.md index 670ac84..56e72fb 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,10 @@ ## todo +- [ ] install smbclient php module +- [ ] install ownCloud via task (trusted domains can + be added afterwards) +- [ ] configure cron jobs +- [ ] configure caching and file locking +- [ ] configure log rotation - [ ] add redis to stack and configure it - [ ] configure https access in apache2 diff --git a/roles/owncloud/tasks/dependencies.yml b/roles/owncloud/tasks/dependencies.yml index 9194677..cbb360e 100644 --- a/roles/owncloud/tasks/dependencies.yml +++ b/roles/owncloud/tasks/dependencies.yml @@ -45,12 +45,14 @@ - php7.4-apcu - php7.4-redis - php7.4-ldap + - php7.4-smbclient - php-phpseclib - bzip2 - rsync - jq - inetutils-ping - ldap-utils + - smbclient #- name: Disable the firewall (since this is behind a firewall) # service: name=ufw state=stopped