I have NextCloud 12.0.5 running inside a standard jail on FreeNAS 9.10.2-U6.
The intention is to only use external storage I´ve added. And that is tha shares on my FreeNAS, added via SMB.
Therefore, I´ve set the quota inside of NextCloud to 1kb (for testing purposes. May increase to a few MB in the end).
So, the bar in the lower left corner tells me I´m using 0b out of the total of 1kb. Fine.
But as I´ve added my SMB shares as external, I´d like NC to take that used and free space into that calculation.
So, I´ve added this into /usr/local/www/apache24/data/nextcloud/config/config.php:
Now I get used space from the external storage, but total space till says 1kb:
That says 4.4 TB used out of the total of 1kb. I have about 9TB free space on my FreeNAS, and would like that reflected here.
Does anybody know how to accomplish this?
The intention is to only use external storage I´ve added. And that is tha shares on my FreeNAS, added via SMB.
Therefore, I´ve set the quota inside of NextCloud to 1kb (for testing purposes. May increase to a few MB in the end).
So, the bar in the lower left corner tells me I´m using 0b out of the total of 1kb. Fine.
But as I´ve added my SMB shares as external, I´d like NC to take that used and free space into that calculation.
So, I´ve added this into /usr/local/www/apache24/data/nextcloud/config/config.php:
Code:
'quota_include_external_storage' => true,
Now I get used space from the external storage, but total space till says 1kb:
That says 4.4 TB used out of the total of 1kb. I have about 9TB free space on my FreeNAS, and would like that reflected here.
Does anybody know how to accomplish this?
Attachments
Last edited: