add new todos and new dependent pkg

This commit is contained in:
2024-12-02 15:28:27 +01:00
parent 3704aa3c1e
commit 09d4217d16
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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