add minio storage to backup volumes and readme update

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-10-01 15:09:14 +02:00
parent 2d3780d3b3
commit 4153c692fd
2 changed files with 9 additions and 0 deletions

View file

@ -21,6 +21,9 @@
"writeable": true
}
],
"backup_volumes": [
"nextcloud_aio_minio"
],
"nextcloud_exec_commands": [
"php /var/www/html/occ config:system:set objectstore class --value 'OC\\Files\\ObjectStore\\S3'",
"php /var/www/html/occ config:system:set objectstore arguments autocreate --value true --type bool",