summaryrefslogtreecommitdiff
path: root/tw/services/nextcloud.scm
AgeCommit message (Collapse)Author
2023-11-03Fix path to Nextcloud cron.phpTimo Wilken
2023-11-01Clean up old Nextcloud backups automaticallyTimo Wilken
2023-10-28Store Nextcloud backups in restic repoTimo Wilken
Replace the Nextcloud backup shell script with a Guile program that writes to a restic repository instead.
2023-06-03Indent *-file functions more convenientlyTimo Wilken
Files with potentially long or complex contents shouldn't be indented quite as far.
2023-06-03Set SSL_CERT_* variables for php-fpmTimo Wilken
This should let Nextcloud News fetch feeds when they're added by the user, not just during cron jobs.
2023-06-03Install and enable php-imagick for NextcloudTimo Wilken
2023-05-21Extract Nextcloud cron command into scriptTimo Wilken
2023-05-20Raise OPcache memory limitTimo Wilken
Requested by Nextcloud's self-check.
2023-04-28Use proper SSL cert pathTimo Wilken
This avoids relying on nss-certs being installed system-wide.
2023-04-22Set SSL CA cert locations for Nextcloud cronTimo Wilken
2023-02-18Extract common service sets into separate modulesTimo Wilken
Common service sets (NextCloud, Matrix, WireGuard) should be in their own modules to make things neater, instead of being interleaved with operating system declarations.