From 09d4217d16bbc18ea5c88157b757a39a2fce9439 Mon Sep 17 00:00:00 2001 From: Petar Cubela Date: Mon, 2 Dec 2024 15:28:27 +0100 Subject: [PATCH] add new todos and new dependent pkg --- TODO.md | 6 ++++++ roles/owncloud/tasks/dependencies.yml | 2 ++ 2 files changed, 8 insertions(+) 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